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?
Do you mean walkspeed? Character.Humanoid.WalkSpeed=30