-- local Humanoid = script.Parent:WaitForChild("Humanoid")
if Humanoid then
ReadAnim = Humanoid:LoadAnimation(script.Parent.Animation)
ReadAnim:Play()
end
if this is a group game and you made the animation then you should upload it to the group, not to yourself
1.1 if that’s the case then import and export the animation so you can “copy” it to the group game.
I suggest using Team Test as it gives an accurate representation of filtering enabled and how the game works normally (not in studio) and base it of that.