I want to make a system where if you are close to a player, a billboard in his head will show, his name and a button, but i don’t know how to interact with the button and make the billboard dissapear/appear in a certain range. I think this is a whole code that i’m asking, but i’m trying to simplify this the most as possible. Thanks for reading
BillboardGui
s have a MaxDistance
property, so when you are farther than MaxDistance
, the GUI will disappear.
1 Like