Created by Vault
Features:
- SPRINT SPEED MODIFICATION
local SprintSpeed = 100
local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
while task.wait() do
pcall(function()
LocalPlayer.Character.INFO.MaxSpeed.Value = SprintSpeed
end)
end
ENJOY!