How to not let Billboard GUI get any bigger (Or any better way to make a map marker instead)

Hello, I’m trying out Billboard GUI’s for the first time, since I was told that Billboard GUI’s are used to make long distance map markers that permeate the entire map, and I’m working on a system where I’ll be able to attach a block that has a billboard GUI to people so that it’ll mark people from across the map, but the GUI gets absolutely massive when I’m far away from it. Is there any way I can change that. I have an ImageLabel under my Billboard GUI, unsure if that’s important information but I wanted to share it anyway.

If anybody knows how to use these better than I can, please let me know. It’s my first time messing with a Billboard GUI, so anything and everything means the world to me. Thank you.

I figured it out. For anybody who may have the same question in the future: If you’re using an ImageLabel like I am, head to the size option of the istance and write it as “{0.4, 0},{0.25, 0}”, instead of something like “{0, 450},{0, 200}”, since I believe the right digits refer to Offset, while the left ones refer to Scale, thus keeping the size. Hope this helps someone later on.

(PS. If you’re using text be sure to enable TextScaled)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.