[Release] Set Player Speed (Zombies)
-
First you need to make a self thread. Place setspeed(); under welcome()
welcome() { self waittill( "spawned_player" ); self thread setspeed(); }
Next you need to place this anywhere in your script.
setspeed() { self setmovespeedscale(2); // you can also change the (2) to (1) if its to fast }
Or if you want it for yourself and not the whole lobby use this.
setspeed() { if ( self.name == "Raging MoDz" ) // Change Raging MoDz to your ingame name { self setmovespeedscale(2); } }
Enjoy!
Have any questions add my Discord: Ashton Biehl#6969