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

Is this how you address the speed of a humanoid?

Asked by 1 year ago

I have had many troubles trying to address the humanoid in the past so I am asking now.

Is this correct?

game.Players.LocalPlayer.Humanoid.Speed
0
No, you have to create local script in StarterPlayer > StarterCharacterScripts and then write this: SoftBlueApple 12 — 1y

2 answers

Log in to vote
1
Answered by 1 year ago

this is how to set players walkspeed --Also credit to softblueapple for doing most of the script. Local script:

game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80 --change number

Put it in StarterCharacterScripts as a local script. Hope this helps!!

0
Thanks! Puppy_lovertheawsome 84 — 1y
0
Happy to help!! theking66hayday 841 — 1y
Ad
Log in to vote
2
Answered by 1 year ago

Oh sorry i was wrong, here:

game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
0
ok thanks! Puppy_lovertheawsome 84 — 1y
0
Do this still need to be inside StarterPlayer or can I move it to server script service? Puppy_lovertheawsome 84 — 1y
0
Does this also still need to be a local script? Puppy_lovertheawsome 84 — 1y

Answer this question