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.
.Get()
Player player = Player.Get();
Last updated 5 years ago