|
| 03 May 2013 09:10 PM |
just like nothing at all, but if u press q for example a msg pops up
i would really like an example too |
|
|
| Report Abuse |
|
|
|
| 03 May 2013 09:32 PM |
I can't help with this, THis is a bit more advanced for me.
~Normal ROBLOXian |
|
|
| Report Abuse |
|
|
|
| 03 May 2013 09:35 PM |
ok really im not trying to be mean but why the heck do you comment here if your just saying you can't help wtf |
|
|
| Report Abuse |
|
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 03 May 2013 09:41 PM |
LocalScript inside of StarterGui
local player = game.Players.LocalPlayer local mouse = player:GetMouse()
mouse.KeyDown:connect(function(key) print(key) end) |
|
|
| Report Abuse |
|
|
|
| 03 May 2013 09:41 PM |
Player:GetMouse()
Returns the PlayerMouse. PlayerMouse.Icon is locked. |
|
|
| Report Abuse |
|
|
|
| 03 May 2013 09:42 PM |
@Usering
That's not a local-only method, AFAIK. |
|
|
| Report Abuse |
|
|
| |
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 03 May 2013 10:02 PM |
| @Arceus, well, a script or a LocalScript in StarterGui. I normally just do LocalScript for the use of LocalPlayer |
|
|
| Report Abuse |
|
|