Offset (Property)
From Legacy Roblox Wiki
Jump to navigationJump to search
Offset | |
Property | Vector3 Offset |
Description | The distance of which an object moves off of a point. |
Member of | BlockMesh, CylinderMesh, BevelMesh |
Example
script.Parent.Offset = Vector3.new(0, 5, 0) Will make the brick appear to be 5 studs higher then it actually is.