Cannot load animationclipproviderservice

Been trying to fix it for half an hour, finally gave up

local Client = PlayerService.LocalPlayer
local Character = Client.Character or Client.CharacterAdded:Wait()
local Humanoid = Character:WaitForChild("Humanoid")
local Animator = Humanoid:WaitForChild("Animator")
game:GetService('RunService').PreSimulation:Wait()
local EquipAnimation = Animator:LoadAnimation(Animations:WaitForChild("Equip"))

I do not see what i’m doing wrong

bump cuz after 10 minutes itll never see the day of light

idk if this is the full code or not but you havent defined the Animations variable

its not the full code but ive defined everything