Advertisement
Guest User

Starter Gui

a guest
Jul 16th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. wait(4)
  2. while wait(.5) do
  3. if game.Players.LocalPlayer.Character.Humanoid.MoveDirection.Magnitude > 0 then
  4. workspace.Events.AddPoints:FireServer()
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement