how would you get the name of the player who triggered the proximity prompt
Taken directly from the ProximityPrompt API page:
workspace.Part.ProximityPrompt.Triggered:Connect(function(player) print("The user interacted with me!") end)
For more information on the Triggered event, visit this link
To get the name of the player, use:
player.Name