HighQez
StoreDiscordYoutube
  • Welcome
  • Resources
    • AFK Safe Zone
      • Installation
      • API
        • Client
    • Crawl Dead
      • Installation
      • API
        • Client
        • Server
    • Phone Snatcher
      • Installation
    • Vehicle Armoury
      • Installation
    • Headgear
      • Installation
      • API
        • Client
        • Server
    • Cash Item
      • Installation
      • API
        • Server
Powered by GitBook
On this page
  • StartCrawl
  • EndCrawl
  • IsCrawling
  • IsDead
  • PauseAnim

Was this helpful?

  1. Resources
  2. Crawl Dead
  3. API

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)

PreviousAPINextServer

Last updated 1 year ago

Was this helpful?