How to Change GUI Position in Roblox
InterferingHood路6 months agoOh, super easy! Just go to the properties panel of your GUI object and adjust the 'Position' property. You can set it using UDim2 with syntax like `UDim2.new(xScale, xOffset, yScale, yOffset)`.
Win Roblox gift cards by playing games on Playbite!
Playbite
500k winners and counting...
More Answers
Just tweak the Position property with UDim2 values!
Yeah, it's all about using UDim2 to set the position. Try something like `myGui.Position = UDim2.new(0.5, 0, 0.5, 0)` to center it.
Been there! Open up the GUI object in the Explorer, then fiddle with the 'Position' property in the Properties panel. It's that simple鈥攖rust me!
馃憖 If you like Roblox...
Diego路3 hours agoThe brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer