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

How do I increment the speed of a character?

Asked by 9 years ago

I've been attempting to make an F-Zero type game, but I've been having issues changing the player speed. I tried using lines like game.Workspace.Player1.Speed.100 game.Workspace.Player1.Speed = 100 game.Workspace.Player1.Speed.up.100 (Player1 is the username I had during the test in the studio) But none seem to work. What's the correct way to do so?

1 answer

Log in to vote
0
Answered by 9 years ago

Do you mean walkspeed? Character.Humanoid.WalkSpeed=30

0
It would be more efficient to just add a comment rather than making a whole answer like this! Just an fyi! minikitkat 687 — 9y
Ad

Answer this question