View difference between Paste ID: VgNxBTrs and NuDZ1Rg0
SHOW: | | - or go back to the newest paste.
1
-- EASY BAN SCRIPT BY DYARIAN. CANNOT CHOOSE SPECIFIC PLAYER --
2
print("Loading AUTOBAN Beta...")
3
ban = game:FindFirstChild("Players")  
4-
if ban.Name~="InsertName" -- DO NOT REMOVE THE "'s But replace InsertName with your name
4+
if ban.Name~="britney72199" -- DO NOT REMOVE THE "'s But replace InsertName with your name
5
then ban:Remove()  -- Removes ban :3.
6
else 
7
 return 
8
   end