• How to play a gesture?
    1 replies, posted
Currently trying to have my player use the ACT_GMOD_IN_CHAT gesture, and have it sync across the server so that other people can see that too. Any ideas on how to put it into the server / gamemode?
Hello LambadaCorez, You could make all players on the server run the "act" command with that ENUM. function RunTheGestures() for k, v in pairs(player.GetAll() do v:ConCommand("act 2019") -- 2019 being ACT_GMOD_IN_CHAT end end Hope this helps. Please ask if you need further assistance references: Player/ConCommand
Sorry, you need to Log In to post a reply to this thread.