How to create logs to track all activities happening in the game?

I want to create a log page to check what is ongoing in my game, so I could detect what did exploiter added into the game and remove it accordingly.

Exploiters always come to my game and add some sort of black hole where its suck all the unanchored model.

I created a discord logs to check what are the model added into the game, its spam my discord server and it is unable to detect PlayersGui folder, as based on what I know of, exploiter tend to use PlayerGui to add their things into the game.

Did anyone have any script that is able to solve this issue?

Your game is likely backdoored. It shouldn’t be possible for an exploiter to remotely insert models into your game without some sort of server side access (as far as I know.)

Possibly, I am using product from a tech companies in ROBLOX. They got their code obfuscated, is there way to crack the code?

That is highly suspicious. If you send it to me, I can try deobfuscating it but there’s no guarantee I can. I would immediately stop using the obfuscated module. If it’s essential to the way your game works, you should re-create it’s functionality yourself.

1 Like