RoBot
Roblox Chat bot by TestAccount87000
INSTALL
Command Bar
Plugin
https://www.roblox.com/library/8758739841/RoBot-Model-Loader
API
RoBot:Create()
The function is used to create chat bots to make your job easier when for instanace auto chat/ moderation(kick/ban)/ commands/ ETC.
Parameters | - |
---|---|
Info | Table |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Multiple
RoBot:Var()
This function is used to create Variables inside the Chat Bots. This function is very helpful to create your custom properties on your bot settings.
Parameters | - |
---|---|
Bot Name | String |
Index | String |
Value | Value |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Multiple
RoBot:Settings()
This function is used to change the Bot settings using a script.
DO NOT CHANGE A BOT VARIABLE WITH THIS FUNCTION
Parameters | - |
---|---|
Info | Table |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't change 2 bots in 1 function
RoBot:Whisper()
this function is used to Direct Message(Private Message) the user of your choice.
Parameters | - |
---|---|
Bot name | String |
Player name | String |
Message | String |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't whisper 2 person in 1 function
RoBot:Say()
This function is used to message the server or make the bot chat something.
Parameters | - |
---|---|
Bot name | String |
Message | String |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't chat using 2 bots in a single function
RoBot:Warn()
This function is used to message the server or make the bot chat something.
Parameters | - |
---|---|
Bot name | String |
Player name | String |
Author name | String |
Reason | String |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't warn using 2 bots in a single function
RoBot:Mute()
This function is used to mute users or avoid them from chatting.
Parameters | - |
---|---|
Bot name | String |
Player name | String |
Time | Int64 |
Reason | String |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't mute using 2 bots in a single function
RoBot:Kick()
This function is used to kick the user from the server.
Parameters | - |
---|---|
Bot name | String |
Player name | String |
Reason | String |
Author | Deprecated |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't kick using 2 bots in a single function
API (Datastores)
RoBot.Data:Create()
This function is used to create Datastores for your server
Parameters | - |
---|---|
Data name | String |
Key | String |
Group Name | String |
Data names | Table |
Data Instances | Table |
Data values | Table |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't create 2 datastores in a single function
RoBot.Data:Set()
This function is used to set/save your data values in your datastore
Parameters | - |
---|---|
Player instance | Instance |
Datastore Name | String |
Group Name | String |
Data store | Key |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't set 2 datastores value in a single function
RoBot.Data:Get()
This function is used to get the available data on your datastore.
Parameters | - |
---|---|
Player instance | Instance |
Datastore Name | String |
Data store | Key |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't get 2 datastores values in a single function
RoBot.Data:Change()
This function does not include in any datastore but this is used to change the value in your datastore folder. (Not similar to :Set()
)
Parameters | - |
---|---|
Player instance | Instance |
Datastore Name | String |
Value names | String |
New Value | Value |
Returns | - |
---|---|
no returns | [x] |
Code Examples
Single
Mutiple
You can't change 2 datastores values in a single function