Unusual using of humanoids

Hey!
I am atlas and i was wondering if there are other ways to use humanoids…
You can use them as camera subject, for npcs, to make objects like gates, that can be broken, etc.
My issue is that i dont know how to make them and i have really less ideas what other stuff i could do with humanoids.
My current goal is to make a part that can be destroyed like a humanoid, with health bar.
I tried it a few times, but it didnt work, for example the respawn of the part.

Any help is appreciated!

:slight_smile:

2 Likes

Humanoid have many properties. Many you won’t use anyways if your goal is just to have the part destroyed. It’s better to insert a NumberValue in the part to keep track of its health value and use touch event or clickdetector to change the value. Use billboardgui for the health bar.

Humanoids can only be used in a rig that is a R6 or R15 rig. Its better to use your custom humanoid system. Another way is to make the rig transparent(set transparency to 1) and weld a part there to the legs.

Woah never thought of that before :open_mouth:

1 Like