Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.2)
- --Anti Kick/Ban/Banished Script By basstracker1970
- local protected = "basstracker1970"--The Person Thats Defended
- while true do
- wait(0.2)
- for i,v in next, game.Workspace:GetChildren() do
- if game.Workspace:FindFirstChild(protected) then
- else
- message = Instance.new("Hint",workspace)
- message.Text = protected.." Is Gone Time To Say Goodbye To The Server"
- while true do
- wait(0.2)
- for i,v in next, game.Players:GetChildren() do
- --Baseplate Remover
- if game.Workspace:FindFirstChild("Base") then
- game.Workspace.Base:Destroy()
- else
- print("Cant Find Baseplate")
- end
- end
- end
- end
- end
- end
Advertisement
Advertisement