Skip to content

Add agechecked, agecheckedplayers, and removeagechecked commands - #452

Open
Veaquach wants to merge 2 commits into
EdgeIY:masterfrom
Veaquach:patch-2
Open

Add agechecked, agecheckedplayers, and removeagechecked commands#452
Veaquach wants to merge 2 commits into
EdgeIY:masterfrom
Veaquach:patch-2

Conversation

@Veaquach

Copy link
Copy Markdown

This PR adds an agecheckedplayers / agechecked command, which uses the (seemingly) new Player.AgeChecked property.

Note: This property is not currently documented in the official API reference, but testing confirms it works.

This allows you to accurately determine which players have completed age verification.

Note: This property does not return a player's age or age group. Instead, it returns an Enum.AgeCheckStatus.

Function used to determine age verification status:

local function isAgeChecked(player)
	return player.AgeChecked == Enum.AgeCheckStatus.Checked
end

Tests:

  • Internal executor
  • External executor
  • Unchecked account
  • Checked account

All tests passed.

Modified lines: 11013-11134

agecheckedplayers uses a (seemingly) new property on the Player instance, it is not referenced in the API reference and I have not seen anyone use it for this purpose.

This allows you to accurately see who checked their age or not (tested with Potassium and Solara and a verified and unverified account, both are completely accurate).
@Veaquach

Copy link
Copy Markdown
Author

By the way, I did not use AI for the description, it's my first pull request and I spent ~10 minutes making the description.

@Toon-arch

Copy link
Copy Markdown
Collaborator

why is most of the PR just indexing dawg

@iiDk-the-inactual

Copy link
Copy Markdown

What IDE you using bruh everything is different

@sleaze5

sleaze5 commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

formatted the whole script lmao

@Veaquach

Copy link
Copy Markdown
Author

oh i didnt see i formatted lmao im on vsc

@Veaquach

Copy link
Copy Markdown
Author

@Toon-arch I fixed it, no more formatting

@sleaze5

sleaze5 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

What's the point of this command? Why can't you just update the SpecialPlayerCases and add agechecked as one of the cases, and use esp on the age checked players?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants