UI position changing problem

Hello, I have been having a problem for some time now. When I make a UI in starter gui and then move it somewhere else everything is fine, but when I move it again from that place to starger gui to be able to modify it again, all the positions get reset and I have to reposition all the UI objects. Is there any way to fix this? If not, would it be a good idea to make a plugin which saves all the positions of all the UI objects and loads them again?

Thanks for reading.

I believe this has to do with the drag and drop style Roblox UI works. When you make a UI you shouldn’t drag and drop because it causes sizing, position, and scaling issues. Instead, go into properties and edit position, size, etc. This should not only just fix your issue but allow the UI to scale properly on multiple devices. Let me know if this worked or if you need extra help.

1 Like