I have had many troubles trying to address the humanoid in the past so I am asking now.
Is this correct?
1 | game.Players.LocalPlayer.Humanoid.Speed |
this is how to set players walkspeed --Also credit to softblueapple for doing most of the script. Local script:
1 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80 --change number |
Put it in StarterCharacterScripts as a local script. Hope this helps!!
Oh sorry i was wrong, here:
1 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed |