[SOLVED] Help with Armour

Hey! I’m back.
I’m making armour for an S-C-P style game, and I made some guns too. My problem is when players wear armour, they cannot be shot as the bullets don’t hit the humanoid, is there any easy simple properties I can change to let the bullet just slide through the armour and hit the player?

Hello! My opinion is that you put the game avatar has R6 & Standard for the Armor work.

It already is set to R6. :slight_smile:


And also as I said I have it as R6 and standard.

In your script for detecting if it hits a character with a humanoid, why not check if the object that it hit, is a descendant of a player’s character in game. So use the :IsDescendantOf() function.
If you do this you might want to ignore it if its a tool (otherwise people will be able to shoot their tools and deal damage).

3 Likes