I’ve been trying to play an animation on the local client but it just works for a server script. Here is what I’ve done by now
local hum = script.Parent:WaitForChild("Humanoid")
local anim = hum:LoadAnimation(script:FindFirstChildOfClass("Animation"))
wait(2.25)
anim:Play()