Roblox Emulator not working

So I was making ui for them to fit on all screens I do this

First change anchor to 0.5,0.5

Change sizes to 0.1,0,0.1,0 (Not the actuall size of the ui just example)

but then now the ui doesn’t position right

This is what the position 0.5,0,0,0 is this doesn’t seem right…

When you test the game its now here???

1 Like

Do you have IgnoreGuilnset set to true? It’s a property in ScreenGui which determines whether or not UI objects which are descendants of it can go over the topbar. (However, it can’t cover the topbar buttons though)

2 Likes

Oops I forgot about that! Thanks!!

1 Like