My UI won’t stay in the same place and like to move around. Is there a way I could fix this?
Normal:
When Output is open:
Uploading: image.png…
Mobile:
My UI won’t stay in the same place and like to move around. Is there a way I could fix this?
Normal:
When Output is open:
Uploading: image.png…
Mobile:
The offset in the position property should also be zero. That might be the solution
This plugin is what I use, it should help.
Is it anchored?
It already is
Ok, I’ll check it out. I’ll let y’all know if it works!
I would leave position offset but size scale. It works the best for me.
change the anchor point to 0.5, 0.5. That’ll fix it
This is due to you using Scale for position, the distance from the edge will vary based on device.
A solution could be using a mix of Offset and Scale by doing a bit of scripting and setting the Position Offset to something like [FrameWhichHasA1,0Size].AbsoluteSize.X - 8.
I’d recommend reading the documentation on AbsoluteSize, since the line of code stated above isn’t perfect, since the Roblox clients size could change.
I figured out what I did wrong, but y’all taught me some new stuff, thanks again!
you should mark the post which helped you the most as the solution.
this is in creations feedback so thats not possible