Every time I try to Equip this Hopperbin it won't play the animation. Why? Could it be because of this?
Content failed for http://www.roblox.com/Asset/?id=16909388
Content failed because HTTP 403 (Asset is not trusted for this place)
If so how do I make this animation trusted for my place?
Yes this is my animation if your wondering.
Humanoid = game.Players.LocalPlayer.Character.Humanoid Hopperbin = script.Parent ------------------------------------------------------ Hopperbin.Selected:connect(function() ------------------------------------------------------ FoundAnimation = Hopperbin:FindFirstChild("Animation") if not FoundAnimation then Animation = Instance.new("Animation",Hopperbin) Animation.AnimationId = "http://www.roblox.com/Asset?ID=186234736" end ------------------------------------------------------ print("Selected") Track = Humanoid:LoadAnimation(Animation) Track:Play() end)
Hopperbin.Selected:connect(function()
Im Not A Good Scripter, But I Think You Missed The:
Hopperbin.Selected:connect(function())
Or if that did NOT work, well try this:
Local Hopperbin.Selected:connect(function())
And Maybe Have This Script Inside Of A LocalScript Script.