So what i'm doing here is
- I have a sword, and if that sword hits somebody, they take damage.
- After they take damage, I make a TextLabel and a BillboardGui that shows the local player who hit the other player using the sword how much damage they took using a LocalScript
- I need to parent the BillboardGui to "hit", Eg. the person's head, LeftLeg
To do step 3 must i use a server sided script to parent the billboard gui to a descendant of a workspace or use a local script
You can, but other players won't see it. Consider using remote events.