Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Any way to detect if a player is over 13?

Asked by
Qariter 110
3 years ago

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?

2 answers

Log in to vote
0
Answered by 3 years ago

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

0
Ah, that thing to disable chats in settings, yeah, maybe i could use that. Thank you for the info! Qariter 110 — 3y
0
Np MrCatDoggo 213 — 3y
Ad
Log in to vote
0
Answered by 3 years ago

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.

0
Yes, that's what i know how to do. If you can give me the secret value (or function) that does that, i will be thankful. Qariter 110 — 3y
0
So far it is something to do with the game.Players or game.Players.LocalPlayer, either one could be it. onforgot 11 — 3y

Answer this question