|
| 09 Jun 2014 01:57 PM |
Hello everyone, so i tried to make an Animation with the roblox animation tool thingy, i exportet the animation , its saved and also in my animations, i then tried to call it per script(used the script from the wiki)
local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/Asset?ID=160644268" local animTrack = Tool.Parent.Humanoid:LoadAnimation(animation) animTrack:Play()
But i don't know why, this won't play the animation, i get 0 errors, and when i add a print("Text") at the end 'Text' gets printed so everything should be fine, i allready tried to look if Tool.Parent.Humanoid is wrong but its not, in fact its the player that used the tool. Anyone knows how to play the animation?If so then please help me here.
Sincerely, Jason27993 |
|
|
| Report Abuse |
|
| |