If I make something toggable does it not count for age rating

Let’s say I wanted to add some gore to my game, but I don’t want to increase the age rating too much, so I make it toggled off, but people can turn it on.

Would this allow me to put the recommended age lower?

Or is there a way to see a player’s age (-13, 13+, 18+) so I can lock gore under a certain age?

Since blood is allowed in 13+, you could use something like PolicyService to check whether or not the user is able to see ads (since ads are only for 13+) and if it returns false then don’t display the gore or somth.

to answer the question in your title, it does count for agre rating. if you have blood in your game then it doesn’t matter whether it’s a toggle or not, it still counts towards the rating of age.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.