im trying to make it so if players are under the age of 900 days then they are kicked unless they are on the tester list
for _, Name in pairs(TesterList) do if plr.Name == Name then canplay = true end end if plr.AccountAge < 800 and canplay == false then plr:Kick(UnderageMessage)-- 261944 <ZELFEN29866329 end
but once a player whitelisted to play joins then people under the age of 900 are able to join