I have four if statements that set the visibility of my laser whip… Laser whip visibility is set to false by default… If shooting is true set visibility false if shooting is false if melee stance is false set visibility false…
If melee is true if whip stance is true set visibility true… If whip stance is false if whip grab is true set visibility true if whip grab is false set visibility false…
That is the only function that sets the visibility of the whip in the game…
Some how the whip wasn’t visible during a whip stance move… Even though he wasn’t shooting he was definitely in melee stance and definitely in whip stance because he was performing whip stance specific moves…
In other words… Totally impossible…