How to match roblox studio GUI position with the actual roblox player GUI position

Hi all
I am facing trouble aligning my gui

How it is in rblx studio

How it is in game

so how can i align it properly
is there some sort of option or do i need to script it?

I’m guessing you’re using offset for the X and Y value of the text (0, xxx)? You should ideally be using scale for this use case (x, 0).

Make sure the offset is 0 for X and Y. Use scale for actual position in all device :grin:

1 Like

I don’t think Scale is the best for some use cases, using absolutesize and offset using scripting is sometimes a better practise (as a friend once said).