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?
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.