How To Detect If A Player Is Left Clicking

Hi I wanted to know how I could detect if a player is left clicking, whenever I used Tool.Activated it activates the tool if you are right clicking or left clicking

Look into Mouse.Button1Down.

5 Likes

There’s also the MouseButton1 of UserInputType which’s returned by an InputObject from the UserInputService.

1 Like

i personally don’t really advise using userinput with the mouse at the moment, since there’s no discrete functions and methods to call the 3d position and such (via UserInputSerive)

1 Like