How to filter the targets of the mouse that have humanoid

i am making a skill and i need to make the mouse position ignore targets that have humanoids, how can i do that?

1 Like

I found out, lol, it was ez

if mouse.Target.Parent:FindFirstChild("Humanoid") then 
     mouse.TargetFilter = mouse.Target.Parent
end

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.