I saw a game (Noobs vs Zombies Tycoon 2) that somehow knew if you're over 13 and activated blood, but then when i went on a underage account, it disabled all the blood.
So.. is there any way i could possibly do that?
There is currently no way to actually tell if a users account is over 13. Noobs vs Zombies I think do it based on things like account age. But there is this as many people who have an account under 13 can't actually chat: https://developer.roblox.com/en-us/api-reference/function/Chat/CanUserChatAsync
All I know is you will need a way to access game.Player.LocalPlayer.
local player = game.Players.LocalPlayer
I can possibly try to create a free script that can do this. I'll try and figure this out and ill comment the link to the script when I figure out how.