#Sanitized Animation Id
1 messages · Page 1 of 1 (latest)
If its a sanitized animation error then either the animation doesnt belong to u(not in ur group name or account name) or u put the wrong id
To fix this
If ur game is under ur account then upload the animation in ur account
If the game is under a group, upload the animation under that group
it belongs to my account, I can see it, but my friend who's also developing this game, doesnt see it
I want to make sure everyone can see what's happening
Hm
Is the animation loaded like
Humanoid:LoadAnimation()
Or Humanoid.Animator:LoadAnimation()
nah I'm using animator
i'm using a script that modifies the player's basic animate script
so its like char.Animate.walk.WalkAnim.AnimationId = [AnimationId]
yeah I'm keeping it in animation instances
they're all in there fine and playing like normal for me
i think it's a client ownership problem
U should see the errors in the client and server
Did u check its the right id
Can i see the script?
yeah in a couple minutes hold up
K
I have to go to sleep hopefully u find someone
this was happening to me for a while. after like 12-36 hours you should have your animations working
from my understanding, it is from when roblox needs to verify that you made the animation yourself
** You are now Level 2! **
? I made these like 2 weeks ago
while there is a slight chance that the problem could be with your script, it is a greater possibility that the problem lies with roblox servers entirely.
when did you add them to your game in the script
Immediately after j made them
hmm this is an interesting predicament.
I'm pretty sure it's an ownership issue, I can see them just fine, but my friend joined to help with development today and couldn't see any of them
it shouldn't be because if that's the case then players wouldn't be able to see them.
I mean that's what I'm worried about, I don't think anyone WOULD see them like this
My thoughts on this matter right now is that the problem lies in the lines of code you have written. Would you mind sharing?
I'm not at my computer rn but the most basic ones I have are like this
'local anim = script.Animation
Local track = humanoid.Animator:LoadAnimation(anim)
Track:Play'
If your memory proves accurate, there is nothing inherently wrong with this syntax. The only advice relating to that I could give you would be preloading the animations when the game starts
Idk how that would work
I'm going to bed rn but I'll ping you when I'm available alr?
sure thing, that will work. I might have some new suggestions as well. See you in the morning.
because your friend is not the one who makes it
Alr I'm free
Yeah I figured, my problem is getting them to see it
edit the anim permission
How do I do that
My apologies for the delay.
Who is the owner of the game / experience? Is it your roblox account or a group / community?
its my account