Damage Indicators

Hey so I’m making a simple fighting system, and I’d like to have it so that when damage is dealt, a small damage indicator comes up telling players how much damage was dealt, like in many games. How would I go about doing this?

Please Consider Changing the Category to #help-and-feedback:scripting-support.this helps it reach more people.

You could use Billboard GUIs. Then Just Parent them to a Part. ADD A TEXT LABEL AND THEN just Change the text to your desired damage points and then just tween the part randomly in any Vector (look,right,up etc.).Then Tween the Billboard Text to be red alas and then set the transparency to 1 using tween and when tweens end destroy the Part.

1 Like

Seems like a good idea, thanks, I’ll go ahead and try it out.