#NPC rig problems
1 messages · Page 1 of 1 (latest)
They dont respawn because only players respawn
In your script detect if the touching character is a player if it isnt dont damage it
Very easy
if game.Players:GetPlayerFromCharacter(hitChar) then return end