TX_YT1234

click teleport tool

Feb 9th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. plr=game.Players.LocalPlayer
  2. hum=plr.Character.HumanoidRootPart
  3. mouse=plr:GetMouse()
  4. tool=Instance.new("Tool")
  5. tool.RequiresHandle=false
  6. tool.Name="click teleport tool"
  7. tool.Parent=plr.Backpack
  8. tool.Activated:connect(function()
  9. hum.CFrame=CFrame.new(mouse.Hit.p+Vector3.new(0,3,0))
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment