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
EndCrawl
Player stops crawling
Usage
IsCrawling
Check if the player is crawling
Return:
Boolean:
true
: the player is crawlingfalse
: the player is not crawling
Usage
IsDead
Check if the player is dead
Return:
Boolean:
true
: the player is deadfalse
: the player is not dead
Usage
PauseAnim
Pause and Resume the crawling animation of the player
Attribute:
Boolean:
true
: pause the crawling animationfalse
: resume the crawling animation
Usage
Last updated
Was this helpful?