Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

emotes/gun works in studio but when published doesn't work?

Asked by 3 years ago

i have an emotes menu for my game and the emotes play in studio but when i run the game when it's published it doesn't work? this same thing also happens with my gun animation.

2 answers

Log in to vote
0
Answered by 3 years ago

if they are someone else's animations, they won't show up in-game. You need to reupload all of the animations on your own profile and replace their ids in-game.

0
all of the animaions are published by me CatastrophicDinosaur 4 — 3y
0
is the game published by you or by a group? imKirda 4491 — 3y
0
a group CatastrophicDinosaur 4 — 3y
Ad
Log in to vote
0
Answered by 3 years ago

Are you using Humanoid:LoadAnimation()? If so, this function is deprecated. The function to load animations now a days is Animator:LoadAnimation(). Animator is located inside of the humanoid.

Answer this question