Vemeric
|
  |
| Joined: 05 Dec 2012 |
| Total Posts: 462 |
|
|
| 16 Aug 2015 09:58 AM |
Ok, so whats the functioon that makes an animation play? I still don't get it anyways this is a local script in starterpack function keyDown(key) if key == "z" then -- Change "z" to the key you want end end How would i make it play an animation i want |
|
|
| Report Abuse |
|
Drakles
|
  |
| Joined: 19 Oct 2014 |
| Total Posts: 1066 |
|
|
| 16 Aug 2015 10:02 AM |
local animation = blahblah;
local loadedAnimation = humanoid:LoadAnimation(animation); loadedAnimation:Play();
I think.
Life is short, so grip it and rip it.
|
|
|
| Report Abuse |
|