Player
is a class which holds individual player data
Instance.new()
ActiveInstance
which means that all properties, functions and signals from ActiveInstance can be used.username: string
userId: int
health: int
admin: bool
developer: bool
PremiumUser: bool
JumpPower: float
WalkSpeed: float
Sitting: bool
Avatar: Array
Kill()
Kick(string message)
Respawn()
OwnsItem(int ItemId)
ClearAvatar()
Sit(Seat seat = null)
StandUp()
OnDeath
OnRespawned