I got banned from my own game

Hello there, I’m Pixeluted I just creating my game and I want to test it
But I get a kicked reason: You been banned from this is game
I don’t know why
In Roblox I not banned I checked all script but I don’t find script doing it
Please help me thank
Screenshot_13

6 Likes

Try checking for any scripts that require something that you don’t know, check for kicking scripts, uninstall your plugins one by one since some of them can be malicious.

I do not finded any script have

require()

And any scripts have

If player.name == "Pixeluted" then
player:kick()
end

So I don’t know

Fixed samone edits in HD admin script to ban me.

1 Like

Obviously you must delete every path that checks for the player’s name or id and kicks it.
I suggest not using free “Scripts” from the toolbox

In future to help you find these types of issues, try Ctrl+Shift+F and type in permanently banned and see if any scripts match. This would’ve shown you that it was inside of the HD admin script you mentioned.

It basically does a search of all scripts in the place for the text you enter.

1 Like

Thank for tip it’s be very good witht this is finding in scripts

This shortcut is broken for me, so I have to open it under the scripting tab sadly.

I believe you have found a solution but I have a way you can prevent this.

if player (did whatever they did) and not player.Name == “(your username)” then

player:Kick()

end

It’s a simple whitelist script so these things are preventable.

1 Like

And this happen because you using free model. Some model have the script to kick you when you enter the game, check all your scripts inside of your game.

HD admin bans me I deleted HD admin and then I don’t be banned

What kind of HD Admin you took from?

Normal classic from oficall devoleper of it

The creator of HD admin should be @ForeverHD

Not someone like @TopQuality_Models who botted a copy to the front page of the Roblox model libary.

3 Likes