Posts: 64
Threads: 32
Joined: Jun 2013
Reputation:
0
I want to make a system where if a player hits another it will make a ding noise, I know how to make the ding. Just not how to make it recognise when a player hits another.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
When you're saying "hits another", do you mean with fist or any weapon? And the ding noise to be played to the player who hits the player or the one who is being hit by another?
Use OnPlayerTakeDamage callback.