Accessing the player instance
Player player = Player.Get();Last updated
In order to access the local player instance, we use the .Get() method from the Player class which returns the instance of the local player.
Player player = Player.Get();Last updated