of     1   

AchieveFailure
#195197115Tuesday, August 02, 2016 6:47 PM GMT

I need a script that will lower a person speed to around 10
jidecrash11
#195198813Tuesday, August 02, 2016 7:05 PM GMT

i can do it do you want it on a button on a brick or just lowers everyones speed once they join? life is but a life tis a life
AchieveFailure
#195200460Tuesday, August 02, 2016 7:24 PM GMT

as soon as they join
Mr_Pure
#195201605Tuesday, August 02, 2016 7:37 PM GMT

@78 put the this code in a local script in the workspace game.Players.LocalPlayer:connect(function() game.Players.LocalPlayer.Character.humanoid.WalkSpeed = 10 wait(0.1) end

    of     1