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

Why Are Animations Crashing Studio?

Asked by 8 years ago

When my Animation runs the game crashes. It is a custom animation and there is HumanoidRootPart in the model.

Code:

local animController = Instance.new("AnimationController")
animController.Parent = script.Parent
local animation = Instance.new("Animation")
animation.Parent = script.Parent
animation.AnimationId = "http://www.roblox.com/Asset?ID=265275897"
local animTrack = animController:LoadAnimation(animation)
animTrack:Play()
0
Try it in a different place. alphawolvess 1784 — 8y
0
a different game? nullmario123 0 — 8y

Answer this question