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

Check if player under 13? [closed]

Asked by 6 years ago
Edited 6 years ago

This question already has an answer here:

Check if a players age is over 13?

So I'm trying this script:

function GetUnder13(player)
    wait(0.01)
    game.StarterGui.Opening.Warning.Visible=true
end

It's to give players under 13 a warning upon joining the game but it's not working, I've tried in a local & a regular script. If anybody knows how to get this to work, that would be great. Side Note: GUI Info: V Game V StarterGui V Opening V Warning

Marked as Duplicate by chess123mate and TheeDeathCaster

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?