local success, result = pcall(function()
local filterResult = TextService:FilterStringAsync('C7RN', player.UserId)
return filterResult:GetChatForUserAsync(b.UserId) ~= 'C7RN'
end)
print('Player has safechat:', success and result or 'Unknown')
@Eotecc was referring to an actual age in real life (<13 or >13), not how long it’s been since an account was created. EDIT: @flkfv’s code they provided above should do the trick, however I haven’t tested it myself.
Use PolicyService, not hacky methods like checking if a string filters for users under 13. The service also takes into account the policies of where the player lives, so don’t use it to explicitly check if a player is <13