Cool Trainer Bot I made

Here’s a cool bot I made for a training thing, it’s not a real player but I tried my best to make it look real. I coded a custom playerlist to mimic the roblox one, made it show up in chat, and gave it a chat bubble. I even made it say admin commands to look a bit more real. What do ya guys think?

13 Likes

Woah, to be honest, this is the best idea i’ve seen in a long time. If there was a big crowd, it would seem like a normal person!

1 Like

Thanks!! I put a lot of attention-to-detail into it

I really like the idea but I would like to ask some questions.
Q1: If a player asks something the bot, does it respond back?
Q2: If the training session ends, is there any kind of promotion?
Q3: How does the bot understands if a players fails?
Q4: Does the bot save somehow the data, so when a player rejoins he is not required to attend the session again?
That’s for now :slight_smile:

I have few systems in place already. I’m making itt so the bot can answer simple questions. Also, since grammar is part of the training, I made a web api to check it utilizing granmarly. Also, yes, it can rank people

1 Like

And since it’s a burger game, I have a super simple system to check if the order is wrong (just one of statement)

I’ll post once on pc

I like it! I have a question too, did you create another player list for the game? If not, can you tell me how you did that?

1 Like

I did! I can give source if you want.

2 Likes

I’d just be careful since your adding a fake player to the player list…

1 Like

Yeah, that would be very helpful. Thanks!

1 Like

Hahaha yeah made sure no one can add their own fake player

Nice work! :+1: Also well scripted, which is always a nice touch.

Thank you! I tried my best to make it look real

1 Like

Great work you did a bang up job, keep it up :roblox: :roblox_light: :roblox:

1 Like

The only flaw with this is, how does it rank you?

is there one more bot in place?

as in a “Ranker Bot”

and what about if a player copy and paste answers?

Yeah I have an express server to rank people. I can’t really check plagiarism but I can try

1 Like

You can check if the chat box’s text changes by too much at one time, if so you know it’s either a copy and paste or an auto-typer.

Hey! Can you give please source of it? Really interested how you made Gramarly check and etc. Amazing job!