Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. script.Parent.Touched:connect(function(h)
  2. local hum = h.Parent:FindFirstChild("Humanoid")
  3. if hum ~= nil then
  4. h.Parent.HumanoidRootPart.CFrame = CFrame.new(workspace["TelePart1"].Position)
  5. end
  6.  
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement