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

How to stop when zooming out BuildboardGui doesn't resize?

Asked by 7 years ago

Hi, I am working on a project and I wanted to know how I can stop when I zoom out my BuildboardGui doesn't resize. Can you help me please?

1 answer

Log in to vote
3
Answered by 7 years ago

This isn't necessarily a scripting question but I used to have this problem myself. The solution is to make sure with all of your GUI's you're not using the offset in your UDim2 values. Instead of {0,number} {0,number}. Set the offset number it 0 and then change the scale to your desired sizes. Make sure you do this for both your billboard GUI and whatever frames or etc you have. This should fix the problem.

Ad

Answer this question