Player:Chat
Player:Chat(player: Player | nil, recipientMask: int, message: string)
Parameters
Name | Type | Description |
---|---|---|
player | Player | nil | |
recipientMask | int | |
message | string |
Example
Events:Subscribe('Player:Chat', function(player, recipientMask, message)
-- Do stuff here.
end)
Last modified May 15, 2021: Update to latest VeniceEXT/VU version (2e82272f)