Need help with webhook script

Hello. I am making a game about guessing flags. I am trying to connect a webhook to a part, it works, but everytime I touch it it doesn’t say who touched it, it just says Head, HumanoidRootPart etc. has touched it, how to fix?

The script is pretty basic, I got it from a youtube video and edited it a bit. I would really appreciate it if someone could help me.

Thanks

Greetings, Daniel.

instead of sending the name of the part that touched it, send the name of the parent (character)

ex.
hitPart.Name => hitPart.Parent.Name

Thanks, I’m gonna try this tomorrow.