The id for example would be something like this ( Just the numbers ):
Then once the model is in the workspace, simply copy the Animation object into the script which changes the animations ( Which I assume you already have ).
When executing
game:GetService(“InsertService”):LoadAsset(973766674).Parent = workspace
nothing is added to the workspace (when running the game or not)
I’m new to Roblox Studio so I might be making a dumb mistake somewhere
Edit: After trying again, it works. I did exactly the same thing. Programming
I currently have no scripts for replacing the default animations. I do know how to get them, but it didn’t work for me when I replaced the animation IDs, my character just slid frozen. Probably should of put that info in the help request ay
Put Bundle 43. Is the script supposed to be in ServerScriptService? If so, my version doesn’t work. The console prints the names out but doesn’t actually change the Animation IDs.
Yup, just change that line to 43 and thats it. Yes the script should be in ServerScriptService. Because the script is sending a request to get the pack and collect the IDs, sometimes takes like 5 seconds until the animations loaded and start to play. Try it again, and keep it open longer time.
Look how long takes to me, like a couple of seconds maybe, notice carefully when my character pose slightly change, thats when the animations are done to load.
Test my script in a new baseplate, an empty one, I mean, no scripts at all.
I think that the 2d game layout you are using its using a custom or different version or handling data of the CharacterController, in order to display the game in 2d.
You should check the Animate script in your game, verify if something is setting the animations.
My script will be helpful to make sure you are using the correct IDs and works. But you gotta implement those IDs in your game, cause apparently your game is taking control of the animations.
I suppose you did not create the scripts in your game, someone else did it? or you using the default roblox template of 2d game? I could check it if thats the case
You are correct, I am new to Roblox Studio and are using lots of tutorials to create my simple game. Although I’m learning, I suppose I overlook basic mistakes when trying to code for myself. I both forked them and used tutorials.