Teleport Script in ProximityPrompt?

I’ve Been Trying To add a function Where you use a proximity prompt to teleport to other games, it doesn’t work, No syntax, But as soon as i swap the code from Proximity Prompt, to Player Touching the Object, it just Works, is it even Possible to Get A player Id From A Proximity Prompt?

Yes, you can. When making proximityprompt function, you can add to the arguments “plr” which will mean player.

script.Parent.Triggered:Connect(function(plr)
    print(plr.Name .. "Triggered!")
end)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.