Player:IsAdmin
Description
Returns whether the player is an admin or not. It will also return true
if the player is Player:IsSuperAdmin by default.
Internally this is determined by Player:IsUserGroup.
Returns
Example
Every time a player spawns, print in the console whether they are an admin.
Output: It's true, Alice is an admin.
It's false, Bob is not an admin.