I’m having a weird problem with the CurrentCamera in my script where my GUI doesn’t align with a part in play test despite it working perfectly fine in studio view. I’m running the exact same code in the command bar and it aligns in studio view, but not while I’m in the play test.
I’ve checked the properties in both studio view and the play test, but they are the exact same. I don’t know if this is a studio problem or my own skill issue.
I manually set the position and size to the absolute size of the frame inside the studio view. The solution isn’t perfect, but it looks better than it did before.
Hey, so Offset will move position on every single device, it’ll all be different. Depending on their device, so phones with smaller screens might be completely broken, I suggest changing over to Scale, Scale will keep the UI in the same spot and just re-size in that position for the screen size.