I'm trying to make a fire heat the same as how tall the object is. Also doing the same thing with fire size for area of the objects top face if thats possible please explain that too.
The Size
of a part if a Vector3. Vector3's have x
, y
, and z
properties referring to their three components. The height is the y
component.
Note that if the part is rotated, then the "top" isn't necessarily the top surface.