I’m no scripter, but I like to think I can script basic things. Well, I can’t. I just mess up somehow.
The Problem
I’m trying to change a player’s walkspeed through a script in ServerScriptService. Here is how the script looks:
wait (?)
game.StarterPlayer.CharacterWalkSpeed = 50
It just doesn’t work once the time the script’s wait time is over. I also tried putting the script in StarterPlayer and changing the script to:
wait (?)
script.Parent.CharacterWalkSpeed = 50
This doesn’t work either. Can someone help me?