StudsOffset (Property)

From Legacy Roblox Wiki
Revision as of 02:01, 29 January 2011 by >Camoy
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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