I was wondering how to make a command for when you would type /car It would spawn one of the module cars. I've got the [Chatcommand(car)] and stuff but now I want to know how to make it spawn a 3module_car on the players pos
Making command to spawn a car?
Make it with GameManager.server.CreateEntity and then call its .Spawn() method.