|
| 18 Sep 2015 09:06 PM |
I have the animation, just not sure what to do next, and I don't totally understand the wiki on how to do it.
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 18 Sep 2015 09:25 PM |
b4...?
Anyone?
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2015 09:27 PM |
b5......
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2015 09:30 PM |
20 views?
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2015 09:30 PM |
m8 not that hard the wiki has it all there
I was gonna make a dubstep joke but I guess ill just drop it. |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2015 09:31 PM |
'm8 not that hard the wiki has it all there'
Finally a post and you didn't read my OP
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2015 09:32 PM |
read and put the words in ur thinking box
http://wiki.roblox.com/index.php?title=Animations
I was gonna make a dubstep joke but I guess ill just drop it. |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2015 09:37 PM |
My current script is
local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/Asset?ID=genericassetid"
local animController = Instance.new("AnimationController") local animTrack = animController:LoadAnimation(animation)
animTrack:Play()
Does the animation controller go inside the Humanoid or the actual NPC model?
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Sep 2015 09:44 PM |
b7.
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Sep 2015 09:55 PM |
Nevermind, y'all no help
☭ RUSSIAN GAME STRONG ☭ |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2015 09:57 PM |
XD
local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/Asset?ID=genericassetid"
local animController = Instance.new("AnimationController") local animTrack = Humanoid:LoadAnimation(animation)
animTrack:Play() |
|
|
| Report Abuse |
|
|