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?
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!
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
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
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?
I did! I can give source if you want.
I’d just be careful since your adding a fake player to the player list…
Yeah, that would be very helpful. Thanks!
Hahaha yeah made sure no one can add their own fake player
Nice work! Also well scripted, which is always a nice touch.
Thank you! I tried my best to make it look real
Great work you did a bang up job, keep it up
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
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!