Hey Devs,
I have a laser gun in my game and I also have clothing display rigs. The laser gun can kill the dummies but I want them to be invincible to damage. How do I do this?
Hey Devs,
I have a laser gun in my game and I also have clothing display rigs. The laser gun can kill the dummies but I want them to be invincible to damage. How do I do this?
???
Dummies can’t die without taking damage.
What do you mean by this?
Don’t mind them.
To make a rig invincible, you can use a never ending loop to set their Health and MaxHealth really high, or just do one Humanoid.MaxHealth = math.huge
and then do the same for the Health prooerty. If your gun kills the Dummies in one shot, meaning it’s directly setting their Health to 0 or something, you would have to script a blacklist for the Dummies.
Can you send the script inside the gun?
Anyways I’m afraid you have chosen the wrong category
You can set the "Game" property of the object to "No Collision"I have a laser gun in my game and I also have clothing display rigs. The laser gun can kill the dummies but I want them to be invincible to damage. How do I do this?
If you want the display rigs to have no collision with other objects, you can use this property to do this.