Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Speed=true
- local Speed=100
- local Plr=game:GetService('Players').LocalPlayer
- local Hum=Plr.Character:FindFirstChildWhichIsA('Humanoid')
- Hum.WalkSpeed=Speed
- Hum.Changed:Connect(function(C)
- if C=='WalkSpeed' and _G.Speed then
- Hum.WalkSpeed=Speed
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement