
Originally Posted by
ososzayat
im not a scripter, i tryed to make this and i succeeded.. then i shared it. if you have a better idea share it please

Your module just stops cavebot, check this out. It won't make script work if name doesnt match.
Code:
Access = false
names =
{
{Name = 'Rawkerkan Coli'},
{Name = 'Zenia Sena'},
{Name = 'Arherd Gumi'},
{Name = 'Thor Jord'},
{Name = 'Lonliu Maimar'},
{Name = 'Ephil Melon'},
{Name = 'Froskurek'}
}
for _, name in ipairs(names) do
if Self.Name() == name.Name then
Access = true
end
end
if Access then
print('authorization complete')
WHOLE UR SCRIPT HERE
else
print('You are not able to use this script.')
end
it's would work better
belive me.
You can add some prints there.