Animation not replicating, even through a server script!?

For some reason this animation won’t replicate to the server even when I use a remote event to play the animation.
But actually how is this actually possible, I used a server script?

Client View:

Server:

script inside animation in the dummy

if script.Parent.Parent.Parent:FindFirstChild("Humanoid") then
	wait(0.4)
anim = script.Parent.Parent.Humanoid.Animator:LoadAnimation(script.Parent)
wait()
anim:Play()
end

for somereason it started working properly after i edited the script so i don’t require any help rn

1 Like

you mean the animation play only in local side?

well yeah it doesn’t play on the server

you need to use a remote event that activates a script in the server script service

well I did use a remote event if you saw what I said in the post. That’s what i’m confused about, im using a server script and it only effects clients for somereason.

Do you own the animation under your profile?

yeah (Characterlimit ifhujfjji)

What does the server remote event script look like

well it looks pretty much like the script I put in the post but triggered using a remote event

Oh, try making sure script.Parent animation is added/cloned in from the server

well it’s inside a dummy and i added the animation through studio while editing so that shouldn’t be the problem