PcoWSkbVqDnWTu_dm2ix
The Developer Hub is now deprecated and information on this page may no longer be accurate. To see our new and improved documentation, please click here. You can read more about the future of documentation here.
Collapse Sidebar

Size

Smoke

float

The Size property of Smoke determines the size of the newly emit smoke particles. Unlike Smoke/Color, this property will not change the size of existing particles. It must be in the range [0.1, 100]. Unlike ParticleEmitter/Size, this property is only a number (not a DataType/NumberSequence). Also note also that the size of the particles is not 1-to-1 with studs; in fact, the size of the smoke particle is more than twice as large. At the largest size, smoke particles can render larger than 200 studs wide!


Code Samples


Add Smoke to All Fire

This code sample adds a Smoke object to every Fire object in the Workspace. It does this by using a recursive search.