Spinners
Creates a temporary spinner in the bottom-right of the client's screen.
Athena.player.emit.createSpinner
Create a simple spinner in the bottom-right of the client's screen.

Accessible on Server Side
Example
Athena.player.emit.createSpinner(player, { duration: 5000, text: 'Hello World!' });
Last updated