No one is able to die in my game

Hey there, I am trying to make a survival shooter style game, and I have added the carbon engine in for the time being to test out how shooting would feel on the map that I have created, and I can’t shoot anyone, It deals no damage to the player at all. So I decided to move to a different engine, and still nothing. Any chances there is a setting that I have accidentally enabled or something?

Need the script, did you add the damage in? Example:

local target = humanoid
target:TakeDamage(DamageAmount)

It should have been built into the engine, that’s the problem, I tried multiple engines, but It just didn’t work

Ok, may I have the script to see what we’re working with?

Check to see if there are settings in the code which have -- comments after them explaining what to do with them. If there is a ‘Read Me’ script then read that too.

It may be the script is set up to not kill team members, but you don’t have teams set so everyone is in the same team.

Afaik most of these gun scripts need to be set up specifically to your requirements.