JannickP8

32 walkspeed

Jul 13th, 2022 (edited)
907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local btn = script.Parent
  2.     local plr = game.Players.LocalPlayer
  3.    
  4.     btn.MouseButton1Click:Connect(function()
  5.         plr.Character.Humanoid.WalkSpeed = 32
  6.     end)
Add Comment
Please, Sign In to add comment