I need help with gui scaling, gui dosen’t stay in middle
When making a GUI you should always emulate a device/screen size.
And instead of using offset, you should use scale,
offset - {0, 10},{0, 10}
scale - {0.1, 0},{0.1, 0}
2 Likes
Oh now i get it! Thank you so much!
2 Likes