|
| 11 Sep 2016 11:45 PM |
I have tried everything to fix this animation so that it will run, but for some reason when I click play, only the first person who enters the game can see it. I've tried doing a local script and a server script, as well as a humanoid and an animationcontroller. Any Help?
local blacksmith = script.Parent wait(2) local anim = Instance.new("Animation") anim.AnimationId = "http://www.roblox.com/asset/?id=495426332" local animTrack = game.Workspace:WaitForChild("Blacksmith").AnimationController:LoadAnimation(anim) animTrack:Play() wait(1) animTrack:Stop() |
|
|
| Report Abuse |
|
Inigo18
|
  |
| Joined: 02 Feb 2014 |
| Total Posts: 1041 |
|
|
| 12 Sep 2016 12:51 AM |
| Replace animationcontroller with humanoid. |
|
|
| Report Abuse |
|
|
| 12 Sep 2016 01:02 PM |
| Tried that, same issue would occur. |
|
|
| Report Abuse |
|