Change the velocity it sets.

ujicos
@ujicos
Posts
-
[Support] Make slides stronger -
[Support] mode menu or admin menu zombie ?I believe it is possible if you run a server, however i'm unsure.
-
[Support] mode menu or admin menu zombie ?Are you asking if its possible to run a GSC mod menu in zombies, or are you asking for one?
-
[Support] XUID Menu Template?Are you attempting to make the menu only available for certain XUID's?
If so, you can simply put this onPlayerSpawned.self.xuid = self getxuid();
then simply runcode_text
if(self.xuid == "XUID HERE" || self.xuid == "ANOTHER XUID HERE") { //function goes here //Example: self thread doGodMode(); }