Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to decline a teleport request?

Asked by 4 years ago

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?

0
I have no idea what you're talking about... are you asking how to bypass a ban system? LeHelary 142 — 4y
0
Yes, we're trying to find the ways to bypass it so we can patch it Reset5017577 4 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

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
0
i know this is a 2 year old question but i just want to qualify that this was not for the streets Reset5017577 4 — 1y
Ad

Answer this question