When i play my game in studio animations work, when i play the game through roblox website it doesent work, how to solve the issue?

  1. My animations dont work, please help. (I FOLLOWED THE TUTORIAL MADE BY WallacRBX, here’s the link to the video (READ PIN COMMENT) How to make a Running and Walking Animation in Roblox Studio! - YouTube)

  2. When i play my game in studio animations work, when i play the game through roblox website it doesent work, how to solve the issue? Here’s some screenshots

  3. I alredy watched 4 tutorials, but it all is the same thing, does not work

image
–RECOMEND WATCHING THE TUTORIAL IVE SENT BEFORE SO YOU CAN UNDERSTAND THE SITUATION BETTER–

3 Likes

Hi, This is because you don’t own the Animation.

3 Likes

To add on to that, what you can do instead is downloading the animations and reuploading them to Roblox. If you don’t own them, try searching in the models section of the toolbox for animations. I wouldn’t go through this trouble, so I would make my own animations using the Animation Editor in the plugins section of studio.

No i used my own id. Watch the video ive sent.

1 Like

Is the Game Owner your Group???

2 Likes

ohhhhhhhh, thank you man i just felt so stupid

Please Mark it as a Solution if it helped you.

Thank you ill use forum frequently at this point.

1 Like

I tried this, does not work sorry i have to remove solution mark

Is the Game Published?
If the game is made By you then Publish animation as yours.
Is the Animation type correct? ex. idle, attack.

Game made by me, animation type correct, jump: movement idle: idle walk: movement, fall: movement, game published

Are you trying to do custom animations instead of the Roblox animations for the Player?

If so here is the script (There is alot of ways but by far this is the easiest)


game.Players.PlayerAdded:Connect(function(Player) -- A Player joined.
	Player.CharacterAdded:Connect(function(Character) -- His Character was added 
	      -- here set the Animations example:
Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://" -- add the Id number after the //
	Character.Animate.jump.JumpAnim.AnimationId = "rbxassetid://" -- add the Id number after the //
	end)
end)

No im using R6 animations from toolbox

Ok ill try that right now, if it works ill make as a solution

You don’t own them so they won’t work

No, i exported them to my inventory.

did you watched the tutorial ive sent?

Nope, I didn’t…
(Character limit)

dang, can you watch it? (char limit)