|
| 12 May 2014 04:51 PM |
How do I play an animation for an npc, at a specific moment.
1. Does the script that loads the animation have to be a local script? 2. If I have a humanoid inside "character" with just parts, with default arm names and everything, lid load animation work just like that?
~I'm an Angry Llama~ |
|
|
| Report Abuse |
|
|
|
| 12 May 2014 04:53 PM |
would* not lid
~I'm an Angry Llama~ |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
| |
|
|
| 14 May 2014 05:49 AM |
i did, and i asked questions, hoping they would get answered..
~I'm an Angry Llama~ |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
| |
|
nacker
|
  |
| Joined: 06 Oct 2009 |
| Total Posts: 6034 |
|
|
| 14 May 2014 06:20 AM |
I had this issue for a long time I can't get it to work in studio but not in game |
|
|
| Report Abuse |
|
|
nacker
|
  |
| Joined: 06 Oct 2009 |
| Total Posts: 6034 |
|
|
| 14 May 2014 06:21 AM |
sorry, autocorrect I CAN get it to work in studio but not in game |
|
|
| Report Abuse |
|
|
|
| 15 May 2014 05:02 AM |
BUMPSDFKJ
~I'm an Angry Llama~ |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 22 May 2014 05:02 AM |
tralalalala
~I'm an Angry Llama~ |
|
|
| Report Abuse |
|
|
|
| 22 May 2014 05:31 AM |
It has to have a part where the torso is, name it "HumanoidRootPart"
local animController = Instance.new("AnimationController") local animTrack = animController:LoadAnimation(animation) animTrack:Play()
(I have not done this yet.)
~masterCameron101, advanced Lua programmer, certified in Photoshop. Have I helped you? Don8~ |
|
|
| Report Abuse |
|
|
|
| 22 May 2014 05:48 AM |
do i parent controller into the character/npc?
~I'm an Angry Llama~ |
|
|
| Report Abuse |
|
|
|
| 22 May 2014 06:32 AM |
the script I think goes inside the NPC.
~masterCameron101, advanced Lua programmer, certified in Photoshop. Have I helped you? Don8~ |
|
|
| Report Abuse |
|
|
|
| 22 May 2014 07:17 PM |
Doesnt work. Will it work if the character is anchored?
~I'm an Angry Llama~ |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|