|
| 08 Jan 2015 06:27 PM |
I found BotBit's concept of learning to script rather interesting, consequently, I present you my own script shop! Whatever you ask, is free, I'll reply whether it's within my skill level or not.
Post away! |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 08 Jan 2015 06:30 PM |
| can you help with this http://www.roblox.com/Forum/ShowPost.aspx?PostID=153542431 ? if not then i dont care |
|
|
| Report Abuse |
|
|
|
| 08 Jan 2015 06:36 PM |
@chimmihc
The only 'unbinding' keys I know of would be removing the children in the ControllerService. For example the HumanoidController, I believe that'd unbind WASD. |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 08 Jan 2015 06:38 PM |
the wiki gives this page
http://wiki.roblox.com/index.php?title=API:Class/HumanoidController
completely ignores that some people want to learn how to do it |
|
|
| Report Abuse |
|
|
|
| 08 Jan 2015 06:39 PM |
| Speaking of that, for the controllers I've just noticed you can unbind keys separately using the UnbindButton function. |
|
|
| Report Abuse |
|
|
BotBit
|
  |
| Joined: 05 Jan 2015 |
| Total Posts: 163 |
|
| |
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 08 Jan 2015 06:52 PM |
"Speaking of that, for the controllers I've just noticed you can unbind keys separately using the UnbindButton function."
how? |
|
|
| Report Abuse |
|
|
|
| 08 Jan 2015 06:53 PM |
do you use filtering?
logic is logical |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 08 Jan 2015 06:54 PM |
| not for what i need this for |
|
|
| Report Abuse |
|
|
|
| 08 Jan 2015 08:18 PM |
game:GetService("ControllerService"):FindFirstChild("HumanoidController"):UnbindButton(32)
Should unbind jumping, if I'm right. |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 08 Jan 2015 08:56 PM |
| sorry that doesnt do anything, attempt to index a nil value |
|
|
| Report Abuse |
|
|
| |
|