Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local script = [[
- local player = game:GetService("Players").LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- character.Humanoid.MaxSprintPower = math.huge
- character.Humanoid.SprintPower = math.huge
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement