Hello, currently I’m working on a sword and I’m almost done, but I want to add a damage high light. Like when the player get’s damaged the player’s character turns red. I could change the whole character to red, but that might hurt the player’s eyes. I also know you can add a highlight, but that part is still in beta. So what can I do?
Achieving that effect will become much easier once the “Highlight” Instance (that was included during Release Notes for 499’s API Changes) has been fully released.
Here’s a video from MaximumADHD that demonstrates some examples of its functionality:
Maybe, the highlight instance would make damage indicators easier to make if not better looking. But if you want a method right now you could have red colored parts welded to the players character’s parts(I.E UpperTorso,LowerTorso,Head) and whenever the player damages another player you could tween the parts to appear/dissapear on the client or server