Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

why isnt my plr teleport script work?

Asked by
luaa233 37
4 years ago
game.Players.PlayerAdded:Connect(function(p)
p.position = workspace.Part
end

can someone help me please?

1 answer

Log in to vote
1
Answered by
KDarren12 705 Donator Moderation Voter
4 years ago
game.Players.PlayerAdded:Connect(function(p)
p.Character.HumanoidRootPart.CFrame = workspace.Part.CFrame
end)

This should work if you targetted everything correctly!

0
it works thatnks luaa233 37 — 4y
Ad

Answer this question