For some reason there is no default animation

  1. What do you want to achieve? To get back the R6 animation in my game.

  2. What is the issue? I don’t know, I’m editing an old game.

  3. What solutions have you tried so far? Going to my recent games, and comparing.

I honestly don’t know why this happened, and no I did not mess with the R6 default animations. Help appreciated. ( I do not have a script to provide) and also, there was no animate script when I first started out.

If you have any further questions, please ask away!

1 Like

You can try deleting “Animate” (or something along the lines?) script from StarterCharacter.
It should force default Animate script to roll back in.

There is no thing in called “Animate” in my explorer

Are there any errors in your output?

no there are not any errors. 30 chars

Go to game setting in roblox studio , make sire that your game is R6 players only . And there you got , players will use only R6 animation . Hope it help :slight_smile:

1 Like

Yeah i already did that… Thanks though!

One or more of these things are happening:

  • As a descendant in StarterPlayer (StarterCharacterScripts, StarterCharacter, StarterPlayer, etc.) there is a script named “Animate.” Delete it.
  • You have a script somewhere that is editing or deleting the default “Animation” script in a player’s character.
  • Your humanoid is set to R15 mode, when it should be R6
  • Your game settings do not match your character type.
  • Your StarterPlayer or StarterHumanoid does not match your character.

If your game is R6 and this is persisting, try going into a test for a different R6 game, copy the Animate Script there and bring it into the StarterCharacterScripts for the game with the issue.

You can force-change the type of animation in game settings.

From Roblox Studio, go to Home> Game Settings > Avatar.
Then change the animation to R6 by default.

Try this:
Go to game settings in studio:

Then press avatar, R6, save.

Ok i will try that. Thanks for the suggestion!

For some reason its still now working and there isnt any errors in output or script analysis

I don’t really know then. All I can think of, is that there’s a script in your game that’s deleting the Animate script.

The was no animate script because the game is really old

Well my gamemode is already R6 and I added a R6 animation script and stuff to starterplayerscripts

Do you have a startercharacter or starterhumanoid?

No I do not. It is just the avatar of the player but in R6

Hm. Do you have any scripts that edit the character or any of it’s descendants?

No I don’t think so. It is a capture the flag type game, so most likely not.

At any point do any animations play, such as jumping, idle, or swimming? Do any animations play for a microsecond?

Also we need more info. I would recommend screenshots.