If I were to tween a given frame in a gui, would it also shrink the text labels inside of it?
I just want to know in case i’m wasting my efforts on something that wont work
If not, what is the easiest way to tween everything in a frame at once? I want to shrink and position it somewhere and Idk if individually tweening them is the best way or not
Yes. Offset is exact pixels, Scale is relative to the size of its parent. As a rule of thumb, only use Offset when you really have to. That way, you don’t cause visual incompatibilities with mobile, and you don’t stumble upon gotchas like you’re having now.
ok, but when i use scale, will it appear in the same spot as my screen as on everyone elses screen? Sorry for the extra question >.< i just have troubles with guis