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