Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tool = Instance.new('Tool', game.Players.{{KSPLOITNAME}}.Backpack)
- tool.Name = "Teleport"
- handle = Instance.new('Part', tool)
- handle.Name = 'Handle'
- handle.Size = Vector3.new(0.05, 0.05, 0.05)
- local Plr = game:GetService("Players").{{KSPLOITNAME}}
- local Mouse = Plr:GetMouse()
- tool.Activated:connect(function()
- if not Mouse.Target then
- return
- end
- Plr.Character:MoveTo(Mouse.Hit.p)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement