|
| 13 Nov 2011 06:57 PM |
Is it possible to make a script so that if you press c it will make you crouch and z to prone? Then if you press b you stand all the way up. If this is possible can someone tell me how to do that?
|
|
|
| Report Abuse |
|
|
Pyzothon
|
  |
| Joined: 26 Oct 2011 |
| Total Posts: 822 |
|
| |
|
|
| 13 Nov 2011 07:05 PM |
| There is nothing about stand crouch or prone on the whole website |
|
|
| Report Abuse |
|
|
|
| 13 Nov 2011 07:09 PM |
| Py is what most people would call a "Troll" or a nvm.. but he is sorta right you will need to combine some tuts and put them together like angular cframe and tools and on down key functions |
|
|
| Report Abuse |
|
|
Pyzothon
|
  |
| Joined: 26 Oct 2011 |
| Total Posts: 822 |
|
|
| 13 Nov 2011 07:10 PM |
Of course there's not. You use the different articles it has on HopperBins and Tools to accomplish this.
There's not going to be an article that says, "How to make a stand crouch and prone tool." |
|
|
| Report Abuse |
|
|
Pyzothon
|
  |
| Joined: 26 Oct 2011 |
| Total Posts: 822 |
|
|
| 13 Nov 2011 07:11 PM |
"Py is what most people would call a "Troll" or a nvm..."
I'm trolling how? He asked if it was possible, I said yes. He asked where he could go to learn it, I said wiki.roblox.com. Know what you're saying before you insult me.
|
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 13 Nov 2011 07:12 PM |
^
There is almost no articles on the wiki that tell you how to make a specific script. |
|
|
| Report Abuse |
|
|
Pyzothon
|
  |
| Joined: 26 Oct 2011 |
| Total Posts: 822 |
|
| |
|
|
| 13 Nov 2011 07:14 PM |
like i said im a terrible scripter so thats why im asking for someone to tell me how to make the script
|
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
| |
|
Pyzothon
|
  |
| Joined: 26 Oct 2011 |
| Total Posts: 822 |
|
|
| 13 Nov 2011 07:15 PM |
Do me a favor and read the title of this forum. See what it says? Scripting HELPERS, not Scripting SLAVES.
lrn2lua |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 13 Nov 2011 07:15 PM |
"like i said im a terrible scripter so thats why im asking for someone to tell me how to make the script"
Sorry, I don't feel like wasting time typing out a script for you. |
|
|
| Report Abuse |
|
|
|
| 13 Nov 2011 07:17 PM |
I am not asking for the whole script. Just tell me how to make it function when you press b or c. I could probably figure it out from there.
|
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 13 Nov 2011 07:18 PM |
| http://wiki.roblox.com/index.php/KeyDown |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Nov 2011 07:39 PM |
Ok is this a good start? Do i need to put (game.Players:GetChildren()) do first?
local function onKeyDown( c ) print("Key:", key, " Code:", string.byte(key)) end mouse.KeyDown:connect(onKeyDown) (game.Players:GetChildren()) do
|
|
|
| Report Abuse |
|
|
aaron5099
|
  |
| Joined: 20 Feb 2010 |
| Total Posts: 200 |
|
|
| 13 Nov 2011 07:52 PM |
What to learn:
• onKeyDown (or KeyDown) • CFraming players • Tell me what prone is |
|
|
| Report Abuse |
|
|
| |
|