Shows a temporary error screen.
Last updated 2 years ago
Create an error screen that will show for a fixed amount of time.
Accessible on Server Side
Athena.player.emit.createErrorScreen(player, { duration: 5000, title: 'Test', text: 'Hello World!' });