https://gyazo.com/a3900d012aeb1c145a2e3a7a1eb648eb
I don’t know much about GUI and my question is how do I make the size of the GUI stays the same no matter the distance?
You should use offset instead of using pixels while setting the size of the gui.
What do you mean? I used StudOffset to offset it.
No, the size is probably something like this on your gui: {0,200},{0,200} while setting a size of a gui object the second number means pixel and the first one means offset, the '200’is pixel and the '0’is offset. You need to make it like for example {0.2,0},{0.2,0}
1 Like