You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had to fix so many scripts that fail because they try to iterate xPlayers and try to get some information about a player without checking whether it's nil. A warning somewhere in the documentation would be nice
The text was updated successfully, but these errors were encountered:
Any function that iterates through xPlayers without checking whether xPlayer is nil is prone to fail, and I've seen this countless times, there should be a warning somewhere in the documentation that this must be checked
I've had to fix so many scripts that fail because they try to iterate xPlayers and try to get some information about a player without checking whether it's nil. A warning somewhere in the documentation would be nice
The text was updated successfully, but these errors were encountered: