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