of     1   

LiLEViL
#183111372Saturday, February 06, 2016 9:03 PM GMT

I'm playing an animation that works with FE off, but not with FE. This is in a NPC character, I'm not sure why it wouldn't work?
LiLEViL
#183112245Saturday, February 06, 2016 9:18 PM GMT

Anyone?
LiLEViL
#183120173Saturday, February 06, 2016 11:39 PM GMT

Help please, I can't figure out why this wont play? Works with FE off, and doesn't with FE on. NPC= workspace:WaitForChild("NPC") local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/Asset?ID=359489647" local Humanoid = NPC[""]:WaitForChild("Humanoid") local track1= Humanoid:LoadAnimation(animation) track1()
LiLEViL
#183122398Sunday, February 07, 2016 12:20 AM GMT

HELP please
LiLEViL
#183128920Sunday, February 07, 2016 2:07 AM GMT

anyone?
CardsOfFate
#183129246Sunday, February 07, 2016 2:12 AM GMT

You need to use RemoteFunctions and RemoteEvents. I don't think an animation can be run in a LocalScript when using FilteringEnabled.
LiLEViL
#183130138Sunday, February 07, 2016 2:29 AM GMT

I'm using a serverscript though?
CardsOfFate
#183130225Sunday, February 07, 2016 2:31 AM GMT

animTrack:Play()
LiLEViL
#183132601Sunday, February 07, 2016 3:14 AM GMT

Sorry I forgot to write that part in the post, but it's in the code already and it's not playing.
Lord_Narwhal
#183132641Sunday, February 07, 2016 3:15 AM GMT

LiLEViL
#183140105Sunday, February 07, 2016 5:21 AM GMT

xXTheRobotXx, the animation works in non FE, and doesn't when FE is on. Doesn't anyone know what my issue is??
LiLEViL
#183185322Monday, February 08, 2016 12:17 AM GMT

Anyone? It's just an animation playing on a NPC humanoid, only works when FE is off. In a server script.

    of     1