StudsOffset (Property)
From Legacy Roblox Wiki
Jump to navigationJump to search
StudsOffset | |
Property | Vector3 Offset |
Description | Sets the offset of a GUI in studs. |
Member of | BillboardGui |
Example
In a Script or LocalScript.local b = Instance.new("BillboardGui") b.StudsOffset = Vector3.new(0, 5, 0) b.Parent = game.StarterGui