Ussually for regular rigs you would do this:
local Look = script:WaitForChild(‘Look’)
local humanoid = script.Parent:WaitForChild(‘Humanoid’)
local loadLook = humanoid:LoadAnimation(Look)
loadLook:Play()
but my mesh doesnt have a humanoid what would i do?