i have a problem with proximity prompt in my game. Here’s the script local pp = script.Parent
local tpservice = game:GetService(“TeleportService”)
local player = game.Players.LocalPlayer
pp.Triggered:Connect(function()
tpservice:Teleport(14651344381, player)
end)
there doesn’t seem to be any error in the output but for some reason it just doesnt work.