Is there a way to make animations on a locally created character to replicate to the server without remotes?

Anyone aware of any ways this could be possible?

1 Like

?? If the character is locally created then the server wouldn’t be able to see it in the first place

Yeah I figured thanks anyways man

Wait actually if the players character is cloned and then assign the player current character to that new character the server will see it

If you clone the player with a local script in any way, it wont be visible on the server, the only possible way to see a clone of yourself on the server is with a Server Script.
ore fire it with a remote

local playerClone = yourname:Clone()
Remote:FireServer(playerClone)

i think i haven’t tested :confused: