In the documentation, I only found how to run a console command as a player, but how to run it as a server?
Run a console command as server?Solved
server.Command
error CS0103: The name `server' does not exist in the current context
Try covalence.Server.Command("command")
thx!!!!!MrBlue
Try covalence.Server.Command("command")
Locked automatically