So i have a idea of using the "slappers" addon in combination with low gravity for a bot player and kinda doing a "mid air knockdown based combat for two teams" type of thing but i couldnt figure out how can i utilize Entity/SetGravity for a spesific player i've thought of using the player index and target them from the player index list like [1] [2] etc. but it didnt seem to work so im looking for a workaround
use a for k, v in pairs (ents:GetAll) loop and when the entitie is the bot set its gravity to whatever you need
better, just loop through player.GetBots
didnt knew about GetBots, but sure use that
that did the trick thanks a lot <3
Sorry, you need to Log In to post a reply to this thread.