Hello, DevForum.
I’ve been making a sandbox game for about a few days now, but i’ve encountered an issue.
My viewmodel’s animations play fine in studio, but they don’t work in the normal roblox client.
Here are some screenshots:
Studio:
(ignore why i’m in third person and there’s a viewmodel, this is for testing lol)
Roblox Player:
If i could get a solution for this issue, i will be thankful.
I don’t think it’s a problem with AnimationTracks however, since i get no errors about AnimationClipProvider service in the roblox player console nor the studio console.
Help will be appreciated.
EDIT: I believe it’s an issue with roblox servers? Correct me if i’m wrong.
I rigged my viewmodel correctly, and i’ve animated it properly, i don’t know why my animations don’t work, as i’ve said earlier, they work in studio but not in the normal roblox player, i believe the version of roblox used in studio is the same as the roblox player, Correct me if i’m wrong.
By default, It puts the creator as yourself. If you own the animation, not the group it will not work in the real deal. Doesn’t matter if your the owner of the group too, the animation has to be owned by the group, like this:
If you did do this, and it still acts weird, please let me know. I just know, that often when it works in studio, not in roblox, it often is a ownership issue, or coding issue. As roblox studio doesn’t care if it’s owned by you or group, roblox does though.