I have made a few animations myself, but I can't figure out how to make them run. Suggestions?
http://wiki.roblox.com/index.php?title=LoadAnimation_(Method) http://wiki.roblox.com/index.php?title=AnimationTrack http://wiki.roblox.com/index.php?title=Play_(Method)
local Humanoid = Game.Players.LocalPlayer.Character.Humanoid local Animation = Game.ReplicatedStorage.Stuff local Anim = Humanoid:LoadAnimation(Animation) Anim:Play()
There is a plugin by ROBLOX.
--Im not sure I hope this would work put this in a animation GUI when they click it it animates them script.Parent.MouseButton1Down:connect(function() p = game.Players.LocalPlayer game.Lighting.AnimationController:clone().Parent = p.Character.Torso wait(2) p.Character.Torso.AnimationController:Remove()