How to make a ban script?
banned={"Player1"} function oc(ack) if ack.className=="Player"then return end for i=1,#banned do if string.lower(ack.Name)==string.lower(banned[i])then ack:Kick() return end end end c=game:service("Players"):children() for i2=1,#c do oc(c[i2]) end
Closed as Not Constructive by JesseSong
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?