Humanoid Model parent inside the character name/health display NOT DISPLAYING

In my game, I have a mask tool where when you equip it will hide your character humanoid name display, and clone a humanoid Model that is parent inside the character to simulate the Humanoid health bar. Just recently, humanoid health bar aren’t displaying on the Fake Humanoid Model.

WHEN WAS WORKING AS INTENDED:
When players take damage the health UI would be displayed.
https://gyazo.com/b6e46e943441f93400e501af2293baed

AFTER (RECENTLY):
Players taking damage, but health UI not displaying.
https://gyazo.com/89ab3ab2eb329e8f1ffefcb9d28e220a

Expected behavior

Usually when Humanoid health changes, the health UI would be displayed.

Apparently, new changes have made it so it will only display if
Head of the Humanoid Model has to be cancollide true.
SO FIXED

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.