Exports

getCrawl

This function retrieves the crawling status of the player.

Returns

  • CrawlStatus (boolean): Current crawling status of the player.

Usage Example

exports['CodeUnity_DeathSystem']:getCrawl()

getDeath

This function retrieves the death status of the player.

Returns

  • DeathStatus (boolean): Current death status of the player.

Usage Example

exports['CodeUnity_DeathSystem']:getDeath()

Last updated