|
| 10 May 2014 08:29 PM |
| What would you use if you want a function to launch if you press the left mouse button again? (not the gui one please) |
|
|
| Report Abuse |
|
|
|
| 10 May 2014 08:34 PM |
game.Players.LocalPlayer:GetMouse().MouseButton1Down:connect(function() end) |
|
|
| Report Abuse |
|
|
domorox17
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 1710 |
|
|
| 10 May 2014 08:36 PM |
@sensei wrong.
In a localscript of course
m = game.Players.LocalPlayer:GetMouse() m.Button1Down:connect(function() --dostuff end) |
|
|
| Report Abuse |
|
|
|
| 10 May 2014 08:37 PM |
| Thanks, been like over a year since i did that. o_e |
|
|
| Report Abuse |
|
|