BogyMac
|
  |
| Joined: 04 Nov 2011 |
| Total Posts: 823 |
|
|
| 23 Apr 2013 08:09 PM |
Like the title says, I need a script that will do something when you press a key on your keyboard only when you are seated on a seat.
If you could please help me out that would be much appreciated!
Thanks, -Bogy |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 23 Apr 2013 08:11 PM |
Hotkeys?
You mean a function that runs when a key is pressed.
No one is going to do it for you.
~ The ATR Fishie ~ |
|
|
| Report Abuse |
|
|
BogyMac
|
  |
| Joined: 04 Nov 2011 |
| Total Posts: 823 |
|
|
| 23 Apr 2013 08:14 PM |
| Yeah, that is what I meant. If no one can help me make it then can someone please tell me how I can make it myself? |
|
|
| Report Abuse |
|
|
|
| 23 Apr 2013 09:04 PM |
http://wiki.roblox.com/index.php/Taking_keyboard_input
Make a tool and make the tool's function do
function onPlayerSeated() --Stuff goes here end game.Worksapce.Chair.Touched:Connect(onPlayerSeated)
I'm too lazy to fix the connection don't flame me |
|
|
| Report Abuse |
|
|