Guest User

Roblox Teleport script.

a guest
Aug 11th, 2019
1,920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. script.Parent.Touched:Connect(function(hit)
  2. hit.Parent.Head.CFrame = CFrame.new(put Position here)
  3.  
  4. end)
Advertisement
Add Comment
Please, Sign In to add comment