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

Can someone help me?

Asked by 9 years ago
game.Players.PlayerAdded:connect(function(p)
p.CharacterAdded:connect(function(c)
c.Humanoid.Walkspeed = 10
end)
end)

That is the script. In advance, thanks.

1 answer

Log in to vote
1
Answered by 9 years ago
game.Players.PlayerAdded:connect(function(p)
p.CharacterAdded:connect(function(c)
c.Humanoid.WalkSpeed = 10
end)
end)

Note: It is WalkSpeed not Walkspeed

0
Thanks! fireboltofdeath 635 — 9y
Ad

Answer this question