How to make ProximityPrompt that is visible for certain players?

The class ProximityPrompt comes with a Disabled property, like most interactable classes.

You can change the properties of objects in a LocalScript, which isn’t reflected onto the server unless it uses an event. The easiest solution to your problem is to simply play with your prompt in a client space.

1 Like