Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- wait(4)
- local Player = Players.LocalPlayer
- while wait(0.5) do
- if Player.Character.Humanoid.MoveDirection.Magnitude > 0 then
- workspace.Events.AddSpeed:FireServer
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement