GameServer
GameServer is a singleton instance. To fetch use, use the following lua:
Interact with the GameServer After obtaining the game server instance, you can call methods from the GameServer
class using the dot (.) notation. For example:
Send a chat message To send a chat message from the server to a specific player, use the SendChatMessage
method:
Note that the message will be automatically sanitized to remove any HTML tags.
Last updated