Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Animation will not play?

Asked by
wackem 50
9 years ago

My problem is that everything works, except the animation simply won't play, the healing works, all of it. Besides playing the animation.

01local ipService = game:GetService("UserInputService")
02 
03local plr
04local char
05local hum
06local heal
07 
08game.Players.PlayerAdded:connect(function(p)
09    plr = p
10    p.CharacterAdded:wait()
11    char = p.Character
12    hum = char:WaitForChild("Humanoid")
13    local anim = Instance.new("Animation", char)
14    anim.Name = "Heal"
15    anim.AnimationId = "http://www.roblox.com/asset/?id=262886542"
View all 29 lines...
  • Thanks for your help!
0
Does your animation work in solo mode but not in normal play mode, by any chance? If it Works in solo mode, but not in normal mode, I may know the problem Bubbles5610 217 — 9y
0
It doesn't work in any wackem 50 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Hmm, try looking in the WIKI animations section, lemme give you a link.

Ad

Answer this question