You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I would like to be able to animate the dummy. -
What is the issue? Include screenshots / videos if possible!
It gives me the following errorUnable to cast value to Object
local Clone = game.ReplicatedStorage.Client:Clone()
local Humanoid = Clone:WaitForChild("Humanoid")
local Run = Humanoid:LoadAnimation("rbxassetid://2510202577") --error on this line
local Idle = Humanoid:LoadAnimation("rbxassetid://2510197257")
local Sit = Humanoid:LoadAnimation("rbxassetid://10839368838")
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Tried looking around but found no solution