Client
Guide to use the script more advanced
Exports are used to sync the zone script with the addon script
StartCrawl
Player starts crawling
EndCrawl
Player stops crawling
IsCrawling
Check if the player is crawling
Return:
Boolean:
true
: the player is crawlingfalse
: the player is not crawling
IsDead
Check if the player is dead
Return:
Boolean:
true
: the player is deadfalse
: the player is not dead
PauseAnim
Pause and Resume the crawling animation of the player
Attribute:
Boolean:
true
: pause the crawling animationfalse
: resume the crawling animation
Last updated
Was this helpful?