How do you handle Dance / Emote Stealer

Let’s say your Animation or game got stealed, and ofc y got mad and so how do you handle it?

Do you fellas just asking the owner of the game nicely to remove it, or just straight takedown the game (if so how) , or something?
So what do you do in this situation :thinking:

Move to help and feedback

Tell us what happened

Don’t be so secretive

-jsodd

1 Like

Rights Manager.

2 Likes

So recently my animation got stolen and uploaded to random game, so I had my right to take it down right?

They’re using some kinda like Obfuscated Script things I believe, to store every animation into their own UI Dance, I’ll send the look of the file I’d needed for future investigation

Yes, you created it and didn’t give them permission to use it. People can easily steal animations with game:GetObjects() if the animation is public, or if they are inside of your game.

1 Like

What’s that, is it only Exploiter can do that, and how d y secure it

Yes, only exploiters can do this. Realistically you cannot secure it. You’d have to run all of your animations based on math alone and no KeyframeSequences or Animations. That’s not something most games are coded to do.