Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a overgui that doesn't get bigger?

Asked by 6 years ago

I need help making a overheadrank gui and it always get's bigger if I move away.

2 answers

Log in to vote
0
Answered by 6 years ago

Before I start This is not a request site anyways what Im assuming you need help with is setting the Max Distance. Go to the properties and use MaxDistance to set how far you can see the GUI.

0
If you mean that when you want it to not get big when you start walking away from it you can use scaling instead of offset to have it stay still Sergiomontani10 236 — 6y
Ad
Log in to vote
0
Answered by
Amiaa16 3227 Moderation Voter Community Moderator
6 years ago

If you use the scale arguments of UDim2.new() (the first and 3rd argument) for setting the size of the gui object, then it's gonna stay the same size even if you zoom out.

So what you need to do is use the offset arguments (second and fourth argument) of UDim2.new().

PS. For everyone who says something like "not a request site", this is not a request. He simply had no idea at all on why it happens and instead of down voting and marking for moderation you could've just written a simple explaination.

Answer this question