So I have some question is there a way to check if player click other player?
I would it is something like this:
1 | checkHumanoid = mouse.Target.Parent:FindFirstChild( "Humanoid" ) |
2 |
3 |
4 | if chekHumanoid then |
5 |
6 |
7 |
8 | end |
Use the FindFirstChild function to see if the target has a Humanoid.
It would help if you would show us the script.