Keep Getting Kicked From Roblox Game

Whenever I’m inside of my game for a few minutes, or seconds even. I’m always kicked with the error below:

I have checked to see if there any scripts causing this kick, and there are no scripts that use :Kick(). Is this a roblox issue? Is it really something to do with my data loading? How do I prevent this from happening every single time? Thanks.

Do Ctrl+Shift+F (if on Windows) and search “Kick”. It might be that you have a backdoor in your game that is trying to disguise itself. Also check any plugins you may use.

check for require in your game (ctrl+shift+f). a backdoor could be being required.

if its an ID then chances are, it’s a backdoor.

1 Like

Just tried this out, no scripts that use :Kick(). Do you know how I could identify a backdoor?

Hey, just fixed it. Wasn’t really a backdoor just a buggy chat script that was broken that I added before, removed it now. Thanks alot!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.