Why aren't my animations loading in a Group Game?
So, I opened up a place on my account, and decided it was time to publish it as a Group Game to allow my brother to easily build maps, and so I could update without having to continuously switch accounts.
However, I noticed that the animations for running and jumping weren't playing. I was using custom animations for running and jumping, but they aren't loading in the Group Game.
The same goes for any decals and particle images.
Script for loading animations:
01 | game.Players.PlayerAdded:connect( function (player) |
02 | player.CharacterAdded:connect( function (char) |
04 | local hum = char:FindFirstChild( "Humanoid" ) |
05 | local animateScript = char:FindFirstChild( "Animate" ) |
Everything works fine in the original copy of the game, but not the one published as a Group Game.
Curent Active place w/ working animations
Group Game w/ broken animations