(watch the video to understand where is the problem)
local EltonHum = workspace.EltonMineCutscune:FindFirstChildOfClass("Humanoid")
if EltonHum and EltonHum:FindFirstChildOfClass("Animator") then
local anim = Instance.new("Animation")
anim.AnimationId = "rbxassetid://105437028129373"
local track = EltonHum.Animator:LoadAnimation(anim)
track:Play()
end
(full script in txt)