Me and my friend were trying "The Streets" kind of ban system and if it's possible to bypass I get teleported everytime, I couldn't bypass it with my scripting knowledge, is there any way to bypass that kind of a ban system?
You can't bypass a teleport request on the game "The Streets" as it does a while loop on banned players! Now stop trying to exploit games, it's your own fault.
What the streets uses:
local placeID = 3563583 -- can be anything (not The Prison ID) while wait() do game:GetService("TeleportService"):Teleport(placeID, game.Players.LocalPlayer) end -- LocalPlayer would be different as this is done on a server script in the serverscriptservice