#HOW do I make players in a team not damage eachother?
1 messages · Page 1 of 1 (latest)
well you need to make it in the dmg script like
if player got a sword
and when you do hit event to dmg other player
you just check if player team equals to other player team
thats it
U can add to each player a tag using CollectionService and check if hit entity has given tag. If so then ignore it