Client

Guide to use the script more advanced

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


IsDead

Check if the player is dead

Return:

  • Boolean:

    • true: the player is dead

    • false: the player is not dead


PauseAnim

Pause and Resume the crawling animation of the player

Attribute:

  • Boolean:

    • true: pause the crawling animation

    • false: resume the crawling animation


Last updated

Was this helpful?