• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Restricted Zone Checker

Foereaper

Founder
Did this script as a quick request, it will allow you to restrict players to only stay in specific zones. You can change the message, the location you get teleported to whenever you exit the accepted zones, as well as which zones are allowed to be in.

 
Last edited:

Kaev

Super Moderator
I think it would be better if people enter zone ids where player shouldn't be in instead of ids where players are allowed to be in.
Mostly people want to restrict single zones, with your way they have to enter every id except the forbidden zones. :p
 

Foereaper

Founder
I think it would be better if people enter zone ids where player shouldn't be in instead of ids where players are allowed to be in.
Mostly people want to restrict single zones, with your way they have to enter every id except the forbidden zones. :p

This is what the requester wanted, as the players should only be allowed within a few zones :)
 

slp13at420

Mad Scientist
single level , or , up to a level , or , level and above
using
if(player:GetLevel() == 80)
if(player:GetLevel() < 80)
if(player:GetLevel() > 80)
 
Last edited:
Top