Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

on touch dosen't give speed???

Asked by
Udrii 0
8 years ago
function Touch(player)
    player.Character.Humanoid.WalkSpeed = 100
end

script.Parent.Touched:connect(Touch)

Answer this question