GameServer
local gameServer = GameServer:get()gameServer:Kill(playerId)
gameServer:Kick(playerId)
local serverTick = gameServer:GetTick()local connectionId = 1 -- Replace this with the target player's connection ID
local message = "Hello from the server!"
gameServer:SendChatMessage(connectionId, message)Name
Description
Usage
Example
Last updated
Was this helpful?