How can I stop my proximity prompts from resizing?

(yes, their sizes are using scale instead of offset)

i recently made these proximity prompt styles but the fact that default proximity prompts scale depending on how far away the camera is is kind of a problem, so how would I make the size static and not have it scale?

(desired effect for all distances)

(results)
image

1 Like

Did you make the BillboardGui use scale instead of offset?

i tried that using the autoscale plugin but now the ui elements are all cramped

1 Like

All you have to do is make sure BillboardGui’s Size property is set to 1,0,1,0 or increase if its too small, and as long as all of the ui elements within it are also using scale it should stay the same size.

If i do that, only the button text seems to scale weirdly, would I have to use uisizeconstraints or whatever? the text is using scale though

Is text using TextScaled property? If not then it will still scale depending on how far you are from it.