Classes
ChatService
ChatService
is used to enable scripts to interact with chat
You cannot Instance this class with
Instance.new()
Properties
ChatBubbleColor: Color
Specifies the chat bubble color.
ChatBubbleEnabled: bool
Specifies if the chat bubble is enabled or not.
Functions
Push(string message)
This function will write a message into chat box and it will be shown to all of the clients. This function is only available on server sided scripts. Example:
PushToLocalClient(string message)
This function can only be called by client sided scripts. The message will only be shown to the local player. Example:
Signals
OnMessage
This signal is called when the server or the client recieves a newer message. An example: