I have this scripT
local colors = {5,30,35,95,108,129,143,155,180,198,210,215} -- You can add more colors.
function onThink(interval)
for _, player in ipairs(Game.getPlayers()) do
if player:getGroup():getAccess() then
if player:isInGhostMode() then
return...