How to make the script compatible with ps-walkstyle
The crutch and ps-walkstyle scripts can conflict due to how ps-walkstyle works. Luckily there is an easy fix for it!
Add the following inside the crutch script:
Add
TriggerEvent('ps-walks:walkpause')
inside the EquipCrutch() function, preferably right above where the LoadClipSet is called.Add
TriggerEvent('ps-walks:walkpause')
inside the UnequipCrutch() function.
Last updated