I’m making a custom proximity prompt and I’m using a model that modifies the GUI of the proximity prompt.
I’ve found ways to change color and do stuff but resizing it is a problem. It’s way too big for the size I want it to be and it increases as I zoom out.
I’ve had the same issue before, I’m not sure if it’s possible though if you think about how they work. The only way I could imagine is unnecessarily complicated. Like having a kind of loop running and sizing the UI according to the camera’s distance from the UI’s origin.