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?
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
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.