Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.Touched:Connect(function(Hit)
- local Humanoid = Hit.Parent:FindFirstChild("Humanoid")
- if Humanoid ~= nil then
- Humanoid.Parent.HumanoidRootPart.CFrame = CFrame.new(workspace.TeleportPad2.Position)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement