just what the title says i have everything figured out with my scripts just that sometimes the mouse clicks on other players or the local player itself and it doesnt aim/ throw where its supposed to, what can i do? i just need the mouse.hit.p to ignore player parts.
Either use mouse.TargetFilter or as @azqjanna suggested use raycast. you can create RaycastParams and use the properties FilterDescendantsInstances and FilterType to filter out instances.