#How can i fix my damage system?

1 messages · Page 1 of 1 (latest)

fiery knoll
#

should i just delete the hitbox when the player gets grabbed so that the touched event doesnt fire again until the player dies?

#

sorry for the extraneous code

silk swift
#

it's probably because you welded the character to the ai's hand, making them the same assembly, and when the player dies and breakjoints gets called, all the joints gets destroyed, including the ones connected through that weld, which eventually destroys the ai's neck constraint, killing it.