I need help making a overheadrank gui and it always get's bigger if I move away.
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.
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.