How would I make a cheat log system?
To view if people are cheating or not
I know that Jailbreak has a cheat log system so I’m wondering how I could make one I have no idea where to start
What do you mean cheat log system? If you mean making a system where admins input logs you can simply use datastores with a single key to store all the logs. If you want it to be outside of roblox and trello you will need to know a little bit amount of how the internet works and how to make http requests.
here is a good starting video
Thank you! Hopefully I manage to get it. If I wanted to use it outside of Roblox what would I have to use? or does it say in that video
I think he means a log where it inserts {Playername, date, reason}.
What I would do is create functions for each specific type of anti-cheat implemented into the game, and insert them into the table as shown {Playername, Date, Reason}
and print the table
or
Have the Playername, Date, Reason sent to my discord via webhook
you will need to understand how http works which is in the video. Once you figure that out you can then pick a website to log them. I.E. trello, google sheets, or excel online. Each one will have its own API which you will have to combine with roblox’s HttpService to achieve your goal.
I mean so you can see if players are cheating I don’t know how Jailbreak has theirs I don’t know if she add to it each update or what maybe its like how fast people rob and stuff
You’d have to learn how to script using Httpservices in order to do this. The video above or some tutorials on Roblox should help : )
I know how to script but barley know alot of https service