GUI problems (Roblox & Studio)

Hello :slight_smile:

In my new roleplay game, I have a few GUIs which use the UIStroke and the offest of 0. However, when I play the game, I find a massive offset and the UIStrokes go missing. I’ve double checked everything and tried re-publishing the game to ROBLOX, but nothing seems to help.

Is there any solution to this or is it a new bug?

2 Likes

Have you scaled the UI correctly?

2 Likes

What do you mean by “scaled?” Does it have to be a specific size to have no offset?

2 Likes

Go to the device emulator, and see if it works on different screens.

3 Likes

Thanks, I figured out the problem! Turns out they weren’t anchored and I needed the UISizeConstraint.

2 Likes

GUI’s can’t be anchored?

2 Likes

Yes it can, through the Element.Anchored option.

Can I have the link to the documentation or screenshot of this?

Thanks in advance,

Cookie

I think he meant Element.AnchorPoint docs

1 Like