It says I need an End but if I have it, it says that 'call' is an Unknown global 'call' so Im confused.
for _,v in pairs(game.Players:GetChildren()) do local HighAdmins = {"EmperorVolvax"} local LowAdmins = {""} function tableContains(t, value) for _, v in pairs(call) do-- Call there if v == value then return true end end return false end end
In the for loop, you use a variable named call. This doesn't seem to previously be defined in your script. If you have, try making it a local.