ok so my my script in globalevents->scripts, is ,
function onThink(interval)
local color = {COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED}
local usetopguild = true
if usetopguild then
for _,tmpPlayer in ipairs(getPlayersOnline()) do
if getPlayerStorageValue(tmpPlayer, 5009) >...