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