Client

Guide to use the script more advanced

Exports are used to sync the zone script with the addon script

StartCrawl

Player starts crawling

Usage
exports['highqez_crawldead']:StartCrawl()

EndCrawl

Player stops crawling

Usage
exports['highqez_crawldead']:EndCrawl()

IsCrawling

Check if the player is crawling

Return:

  • Boolean:

    • true: the player is crawling

    • false: the player is not crawling

Usage
exports['highqez_crawldead']:IsCrawling()

IsDead

Check if the player is dead

Return:

  • Boolean:

    • true: the player is dead

    • false: the player is not dead

Usage
exports['highqez_crawldead']:IsDead()

PauseAnim

Pause and Resume the crawling animation of the player

Attribute:

  • Boolean:

    • true: pause the crawling animation

    • false: resume the crawling animation

Usage
exports['highqez_crawldead']:PauseAnim(true)

Last updated

Was this helpful?