UI Not staying in place

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:
image

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
image

I use this too^.

I recommend checking it out
@RoGamxr

Ok, I’ll check it out. I’ll let y’all know if it works! :smiley:

1 Like

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

3 Likes

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.

1 Like

I figured out what I did wrong, but y’all taught me some new stuff, thanks again!

1 Like

you should mark the post which helped you the most as the solution.

1 Like

this is in creations feedback so thats not possible

1 Like