For the game I’m working on I need to have a frame gui take up the whole screen for every single device. I know of a scale property, but I’m new to Roblox Scripting, so I don’t know how to use it…
You don’t need scripting experience for this one. You can use this in your size property for the frame: 1, 0, 1, 0
and it will fill the whole screen. Alternatively, if you want to also fill in the topbar, set the parenting ScreenGui
s IgnoreGuiInset
property to false.
6 Likes
On the ScreenGUI’s IgnoreGuiInset, I think you meant to set it to true, not false.
1 Like