📜  roblox studio position udim2 - 任何代码示例

📅  最后修改于: 2022-03-11 14:54:58.188000             🧑  作者: Mango

代码示例1
local guiObject = script.ParentguiObject.Size = UDim2.new(0, 300, 1, 0) -- 300 px wide, full height of parentguiObject.Position = UDim2.new(0, 50, 0, 0) -- 50 px from the left