Skip to main content

HasChatTags

Functions

AddChatTag

HasChatTags.AddChatTag(
selfHasChatTags,
chatTagDataChatTagData
) → Instance

Adds chat tags to the player

ClearTags

HasChatTags.ClearTags(selfHasChatTags) → ()

Removes all chat tags from the player

Show raw api
{
    "functions": [
        {
            "name": "AddChatTag",
            "desc": "Adds chat tags to the player",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "HasChatTags"
                },
                {
                    "name": "chatTagData",
                    "desc": "",
                    "lua_type": "ChatTagData"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Instance"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 67,
                "path": "src/chatproviderservice/src/Server/Binders/HasChatTags.lua"
            }
        },
        {
            "name": "ClearTags",
            "desc": "Removes all chat tags from the player",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "HasChatTags"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 105,
                "path": "src/chatproviderservice/src/Server/Binders/HasChatTags.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "HasChatTags",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/chatproviderservice/src/Server/Binders/HasChatTags.lua"
    }
}