local prompt = script.Parent
prompt.Triggered:Connect(function(player)
local animator = workspace.PortalModel:WaitForChild("AnimationController").Animator
local animtrack = animator:LoadAnimation(script.Animation)
animtrack:Play()
end)
When i trigger the prompt, the animation will not play.