Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local button = script.Parent
  3. button.MouseButton1Click:connect(function()
  4. player.Character.Humanoid.WalkSpeed = 100
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement