I’m attempting to make an animated viewmodel, but for some reason the animations aren’t loading onto it.
--local plr = game.Players.LocalPlayer
local char = plr.Character
local cam = workspace.CurrentCamera
local viewModel = cam:WaitForChild("LeadPipe")
local humanoid = viewModel:WaitForChild("Humanoid")
local animation = script:WaitForChild("Walk")
local loadAnimation = humanoid:LoadAnimation(animation)
loadAnimation:Play()
print("Load anim")
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.