roblox ban script pastebin bans = { } local DS = game:GetService("DataStoreService"):GetDataStore("Banned") while wait() do for _,bans in pairs(bans) do for i,v in pairs(game.Players:GetChildren()) do if bans == v.Name then local key = "bannedPlayer_" .. v.Name DS:SetAsync(key,true) if DS:GetAsync(key) == true then v:Kick("Never hack on dis game, stupid") roblox ban script pastebin PasteShr roblox ban script pastebin end if DS:GetAsync(key) == nil then DS:SetAsync(key,false) end end end end end roblox ban script pastebin