Advertisement
thatonepuggo

ban script

Feb 8th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. --[[kohls admin: lsplr all | adonis: s | hd: script (coming in v3) ]] local kickd = {"ROBLOX"} while true do for _, child in pairs(game.Players:GetPlayers()) do for index, value in ipairs(testArray) do if child.Name == value then child:Kick("BANNED!") end end wait() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement