Advertisement
ClockworkHorror

Teleport Script

Jun 28th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local t=Instance.new("HopperBin",
  2. game.Players.LocalPlayer.BackPack)
  3. t.Name='Teleport'
  4. local m=game.Players.LocalPlayer:GetMouse()
  5. m.Button1Down:connect(function()
  6. if m.Target and t.Active then
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=m.Hit+Vector3.new(0,2​?,0)
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement