Advertisement
Guest User

Speed Tool

a guest
Feb 17th, 2022
22,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. --Made By Raspyredstoner
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. tool = Instance.new("Tool")
  4. tool.RequiresHandle = false
  5. tool.Name = "Click To Speed Up"
  6. tool.Activated:connect(function()
  7. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  8. end)
  9. tool.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement