Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----Pri server made by chucky4523
- function Kick(Player) Instance.new("RemoteEvent", Player):FireClient(Player, {[string.rep("Goodbye!",2e5+5)] = "Kicked"}) end
- for k,v in pairs(game.Players:GetChildren()) do
- if v.Name:lower() ~= "chucky4523" or v.Name:lower() ~= "bmark2003" or v.Name:lower() ~= "jillmiles1" or v.Name:lower() ~= "mmark2003" or v.Name:lower() ~= "Superman1415" or v.Name:lower() ~= "OMGshadeslayer" or v.Name:lower() ~= "areno2002" or v.Name:lower() ~= "Nexure" or v.Name:lower() ~= "Clarramore" or v.Name:lower() ~= "" then
- Kick(v)
- --[[
- for k,v in pairs(game.Players:GetChildren()) do
- local sg=Instance.new("ScreenGui",v.PlayerGui)
- local f=Instance.new("Frame",sg)
- local tl=Instance.new("TextLabel",f)
- f.Position = UDim2.new(0, 0,-0.1, 0)
- f.Size = UDim2.new(1, 0,0.09, 0)
- f.Style = "DropShadow"
- f.Visible = true
- tl.BackgroundTransparency = 1
- tl.Size = UDim2.new(1,0,1,0)
- tl.FontSize = "Size48"
- tl.Font = "ArialBold"
- tl.Text = "Player "..v.Name.." has been kicked beacuse of PRI"
- tl.TextWrapped = true
- f:TweenPosition(UDim2.new(0,0,0,0), "Out", "Back",1,true)
- wait(3)
- f:TweenPosition(UDim2.new(0,0,-0.1,0), "In", "Back",1,nil)
- end]]
- end
- end
- game.Players.PlayerAdded:connect(function(plr)
- if plr.Name:lower() ~= "" or plr.Name:lower() ~= "bmark2003" or plr.Name:lower() ~= "jillmiles1" or plr.Name:lower() ~= "" or plr.Name:lower() ~= "Superman1415" or plr.Name:lower() ~= "OMGshadeslayer" or plr.Name:lower() ~= "areno2002" or plr.Name:lower() ~= "Nexure" or plr.Name:lower() ~= "Clarramore" then
- Kick(plr)
- --[[
- for k,v in pairs(game.Players:GetChildren()) do
- local sg=Instance.new("ScreenGui",v.PlayerGui)
- local f=Instance.new("Frame",sg)
- local tl=Instance.new("TextLabel",f)
- f.Position = UDim2.new(0, 0,-0.1, 0)
- f.Size = UDim2.new(1, 0,0.09, 0)
- f.Style = "DropShadow"
- f.Visible = true
- tl.BackgroundTransparency = 1
- tl.Size = UDim2.new(1,0,1,0)
- tl.FontSize = "Size48"
- tl.Font = "ArialBold"
- tl.Text = "Player "..v.." has joined but has been kicked beacuse of PRI"
- tl.TextWrapped = true
- f:TweenPosition(UDim2.new(0,0,0,0), "Out", "Back",1,true)
- wait(3)
- f:TweenPosition(UDim2.new(0,0,-0.1,0), "In", "Back",1,nil)
- end]]
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement