lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
|
| 14 Jul 2014 02:39 PM |
| How would I go about using the toolslash animation found in the Animate script of the Character? I'm still confused on how to play animations. |
|
|
| Report Abuse |
|
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
| |
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
| |
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
| |
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
| |
|
|
| 15 Jul 2014 10:26 AM |
I tried to play an animation, but it didn't work. No output either.
I tried using this line:
character.Humanoid:LoadAnimation(Path To Animation) |
|
|
| Report Abuse |
|
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
|
| 15 Jul 2014 11:14 AM |
| Any further advancements on how to play a Sword Slash animation? .-. |
|
|
| Report Abuse |
|
|
connor954
|
  |
| Joined: 24 Jul 2008 |
| Total Posts: 947 |
|
|
| 15 Jul 2014 11:15 AM |
Somewhere in here http://wiki.roblox.com/index.php?title=Animations |
|
|
| Report Abuse |
|
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
|
| 15 Jul 2014 11:20 AM |
But how does this: local anim = Instance.new("StringValue") anim.Name = "toolanim" anim.Value = "Slash" anim.Parent = Tool play an animation .-. I'm stumped, and I cant find it loading any animations into the humanoid, or playing them for that matter. |
|
|
| Report Abuse |
|
|
connor954
|
  |
| Joined: 24 Jul 2008 |
| Total Posts: 947 |
|
|
| 15 Jul 2014 11:23 AM |
Maybe
__ = Instance.new("Animation") _.AnimationId = "Link"
_:Play()--Put that after Activated? Just a guess. |
|
|
| Report Abuse |
|
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
|
| 15 Jul 2014 11:45 AM |
| Yeah, but the script I posted above somehow works, what I'm asking is how? How does the Linked Sword animation play? |
|
|
| Report Abuse |
|
|
connor954
|
  |
| Joined: 24 Jul 2008 |
| Total Posts: 947 |
|
|
| 15 Jul 2014 12:24 PM |
| Are you sure there is no :Play() you left out? If not, I really don't know lol. |
|
|
| Report Abuse |
|
|
lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
| |
|