Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().WalkSpeedValue = 100; --Enter your speed amount here
- local Player = game:service'Players'.LocalPlayer;
- Player.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function()
- Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
- end)
- Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
Add Comment
Please, Sign In to add comment