Clothing on character support

Hey!
I’m currently making a TD game and I got clothing for the tower. I can’t get rid of the display name, and I don’t think the humanoid is useful (people can somehow kill it)

robloxapp-20220211-1607345.wmv (2.4 MB)

Just disable the healthbar and set the health of the humanoid to math.huge using a script, and there is a setting in the Humanoid to get rid of the display name

You can either just rename the display name by using something like this :
Player.DisplayName = " "

Or you can just completely disable the humanoid health bar like @TheShowCaseMaker said.

Here is a tutorial serie you should check out, it may be helpful! How to make a Tower Defense Game - #1 Path Navigation - YouTube