|
| 10 Jan 2016 01:14 PM |
Ok, so I was writing a few lines for throttle in my new airplane. I'm having trouble doing this: player = game.Players.LocalPlayer --No issues. mouse = player:GetMouse() --No issues. mouse.KeyDown:connect(down) --None. mouse.KeyUp:connect(up) --Issue. function down(key)
end
function up(key)
end |
|
|
| Report Abuse |
|
|
adam1717
|
  |
| Joined: 07 May 2011 |
| Total Posts: 960 |
|
|
| 10 Jan 2016 01:17 PM |
Why put fake thread title?
Get out. |
|
|
| Report Abuse |
|
|
|
| 10 Jan 2016 01:18 PM |
... I was describing the issue the output said. |
|
|
| Report Abuse |
|
|
|
| 10 Jan 2016 01:19 PM |
Don't use keydown/keyup. Use UserUnputService.
#Code print("Song Link: http://www.roblox.com/Deorro-vs-Swedish-House-Mafia-Save-The-5-Hours-item?id=340827217") |
|
|
| Report Abuse |
|
|
adam1717
|
  |
| Joined: 07 May 2011 |
| Total Posts: 960 |
|
|
| 10 Jan 2016 01:29 PM |
^ Agreed
OP Explain your problem next time. |
|
|
| Report Abuse |
|
|
|
| 10 Jan 2016 01:35 PM |
| Nvm, I found out how to fix this. |
|
|
| Report Abuse |
|
|