ProximityPrompt for one player

Hello! I need to figure out how to make a proximity prompt only visible to one player. I plan to put the prompt in every other player’s upper torso. Sorry if this is in the wrong category but how would I do this

You can do this 2 ways

  1. Create the proximity prompt for every single player on a server script, then in a client script delete every single proximity prompt that belongs to that client (do this)

  2. Create the proximity prompts on the client (risk of exploiters)

1 Like