For the complete documentation index, see llms.txt. This page is also available as Markdown.

Accessing the player instance

In order to access the local player instance, we use the GetLocalPlayer method from the RAPI class it return the instance of the player Network_Player

Network_Player player = RAPI.GetLocalPlayer();

Last updated