Missing word "not" in player properties section

In the code samples section for this property, it says:

This example checks if a player is neutral. If the player is neutral, the game prints:

Player is neutral!

If the player is neutral, the game prints:

Player is not neutral!

The second paragraph should say:

If the player is not neutral…

Page URL: https://create.roblox.com/docs/en-us/reference/engine/classes/Player#Neutral

Thank you for flagging this issue, you’re absolutely right. The fix is now live on that API page :slight_smile:

1 Like