Advertisement
DrogbaLeHbb

Untitled

Oct 29th, 2024 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Tp Tool:
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. tool = Instance.new("Tool")
  4. tool.RequiresHandle = false
  5. tool.Name = "le hub"
  6. tool.Activated:connect(function()
  7. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  8. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  10. end)
  11. tool.Parent = game.Players.LocalPlayer.Backpack
  12.  
  13. More Scripts: https://discord.gg/RMTpUypwMR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement