MILKITTV

Roblox Teleport tool script hack for all games

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