Shard

Create a simple full-screen text shard.

Athena.player.emit.createShard

Create a simple full-screen text shard.

Accessible on Server Side

Example

Athena.player.emit.createShard(player, {
    duration: 5000,
    title: '~r~Hello World!',
    text: '~y~Shards are pretty neat sometimes.',
});

Last updated