Roblox Chat Simulator 2 Mini-Guide

Roblox Chat Simulator 2


Here you will see a small list of Roblox Chat Simulator 2 features that few people know about!
ATTENTION! THIS LIST MAY BE ADDITIONAL IN THE FUTURE!


Text Formatting And Colors

RCS2 can format your message with tags. Many tags are borrowed from the Markdown system, but you can use additional color tags using %.

%1Text% - Red
%2Text% - Green
%3Text% - Blue
%4Text% - Purple
%5Text% - Yellow
%6Text% - Orange
%7Text% - Cyan
%8Text% - Gray
%9Text% - Dark gray
%0Text% - Black

You can also combine tags together. You can make for example a bold yellow color
**%5BOLD YELLOW%**
or BOLD ITALIC
_**BOLD ITALIC**_
OR ULTRA MEGA COMBINED TEXT!
_**%5BOLD ITALIC YELLOW%**_

In addition to yellow, you can of course use any other color tag

Tags supported by RCS2

*Message* - Message
**Message** - Message
_Message_ - Message
__Message__ - Underline
`Message` - Code block


RCS2 since version 13.0 supports headers and lists

# Header
## Sub Header
* List Item 1
* List Item 2
* List Item 3

(The tag must be strictly at the beginning of the line!)


Custom Bot Editor

!! THIS FEATURE IS STILL UNDER DEVELOPMENT OR IN BETA TESTING. THE TEAM IS ACTIVELY WORKING ON IT !!

This system is designed for more experienced players/developers.

In rcs2 you can now create your own custom bot and customize it as you need, your bot will be able to send messages to the chat when using a specific command, there is a way to get information about the server and its people using the built-in editor variables.

Variables:
{BotName} - Returns name of your bot.
{BotId} - Returns ID of your bot.
{BotAvatarId} - Returns avatar ID of your bot.
{BotStatus} - Returns text status of your bot.
{ServerName} - Returns server name.
{ServerId} - Returns server id.
{ServerAvatarId} - Returns server avatar id.
{ServerDescription} - Returns server description.
{ServerMemberCount} - Returns server member count.
{ServerRoleCount} - Returns server role count.
{ServerChannelCount} - Returns server channel count.
{ServerOwnerName} - Returns server owner name.
{ServerOwnerDisplayName} - Returns server owner display name.
{ServerOwnerId} - Returns server owner ID.
{AuthorName} - Returns name of the command sender.
{AuthorId} - Returns UserID of the command sender.
{AuthorDisplayName} - Returns display name of the command sender.
{AuthorAvatarId} - Returns avatar ID of the command sender.
{AuthorStatus} - Returns text status of the command sender.
{AuthorAboutMe} - Returns ‘About Me’ text of the command sender.
{AuthorIsStaff} - Returns Yes or No if a sender of the command a staff.
{CurrentChannelName} - Returns name of the current channel.
{CurrentChannelTopic} - Returns topic of the current channel.
{CurrentChannelMessageCount} - Returns message count of the current channel.
{CurrentChannelType} - Returns Text, Announcements or Voice type of the channel.


40 Likes