Exports
getCrawl
getCrawlThis function retrieves the crawling status of the player.
Returns
CrawlStatus(boolean): Current crawling status of the player.
Usage Example
exports['CodeUnity_DeathSystem']:getCrawl()getDeath
getDeathThis 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