-
I would like to put a text label in TopBar but I was wondering how to do it :
-
do I have to put the text label in the right position or do I have to do a script ?
-
I try to put the text label at the right position but on mobile, the text label is not on the right position :
1 Like
enable IgnoreGuiSet or something like that in the screen gui
2 Likes
For the topbar, please read this Devpost:
For the text label not at the right position, try to use a UIAspectRatioConstraint or like I do, use this plugin. It’ll normally fix everything but you can only choose specific places on the screen.
Hope this helps
Already mentioned that but ok… xD
Thanks, It’s working ! And thanks for the help of the other people