How can I make an animation on a player that doesn't replicate?

Basically, I’m trying to make an jumpscare animation for the player that only the player can see, since it looks ridiculous from other people’s perspective. However, even when animations are created and loaded on a localscript, Roblox automatically replicates it to the server. I’ve tried making a new animator on the client, but that breaks the replication for the default animate script.

everytime u sent.,pls send the code

if you’re trying to make a physical jumpscare animation only the player can see, you’ll have to make the model that you’re trying to commission the animation on locally created as well

if you want the model to be there, seeable by any players, but make the animation only viewable towards the selected player, my only ideas are that you clone a client version of the model which you only play the animation on (AND make the global version transparent to the specific player so they do not overlap)

1 Like

Seems kinda tedious, but I’ll keep that in mind. Thanks!

1 Like