This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Property Type History
LoadDefaultChat bool (+0.275)

Functions

Returns Function History
void Chat ( Instance partOrCharacter, string message, ChatColor color = Blue )
void ChatLocal ( Instance partOrCharacter, string message, ChatColor color = Blue ) (+0.281)
bool GetShouldUseLuaChat ( ) (+0.256)
Tuple InvokeChatCallback ( ChatCallbackType callbackType, Tuple callbackArguments ) (+0.355)
void RegisterChatCallback ( ChatCallbackType callbackType, Function callbackFunction ) (+0.355)
void SetIsLuaChatBackendOverwritten ( bool value ) (+0.264, −0.267)

YieldFunctions

Returns YieldFunction History
bool CanUserChatAsync ( int64 userId ) (+0.279)
bool CanUsersChatAsync ( int64 userIdFrom, int64 userIdTo ) (+0.279)
string FilterStringAsync ( string stringToFilter, Instance playerFrom, Instance playerTo ) (+0.242)
string FilterStringForBroadcast ( string stringToFilter, Instance playerFrom ) (+0.247)
string FilterStringForPlayerAsync ( string stringToFilter, Instance playerToFilterFor ) (+0.174)
  • 1 yieldfunction inherited from Instance

Events

Event
Chatted ( Instance part, string message, ChatColor color )

Enums

Enum History
ChatCallbackType (+0.355)
ChatColor

Property Descriptions

bool Chat.LoadDefaultChat

Version History:(+0.275)

Tags: ScriptWriteRestricted: [NotAccessibleSecurity]

Function Descriptions

voidChat.Chat ( Instance partOrCharacter, string message, ChatColor color = Blue )

voidChat.ChatLocal ( Instance partOrCharacter, string message, ChatColor color = Blue )

Version History:(+0.281)

Tags: RobloxScriptSecurity

boolChat.GetShouldUseLuaChat ( )

Version History:(+0.256)

Tags: RobloxScriptSecurity

TupleChat.InvokeChatCallback ( ChatCallbackType callbackType, Tuple callbackArguments )

Version History:(+0.355)

voidChat.RegisterChatCallback ( ChatCallbackType callbackType, Function callbackFunction )

Version History:(+0.355)

voidChat.SetIsLuaChatBackendOverwritten ( bool value )

Version History:(+0.264, −0.267)

Tags: RobloxScriptSecurity

YieldFunction Descriptions

boolChat.CanUserChatAsync ( int64 userId )

Version History:(+0.279)

boolChat.CanUsersChatAsync ( int64 userIdFrom, int64 userIdTo )

Version History:(+0.279)

stringChat.FilterStringAsync ( string stringToFilter, Instance playerFrom, Instance playerTo )

Version History:(+0.242)

stringChat.FilterStringForBroadcast ( string stringToFilter, Instance playerFrom )

Version History:(+0.247)

stringChat.FilterStringForPlayerAsync ( string stringToFilter, Instance playerToFilterFor )

Version History:(+0.174)

Deprecated: This member is deprecated.

Event Descriptions

Chat.Chatted ( Instance part, string message, ChatColor color )

Inherits: