#the animation that im using, ins't working

1 messages · Page 1 of 1 (latest)

verbal marsh
#

i used a walk animation in my game, but for some reason this message apears: " The experience doesn't have access permission to use asset id (ID here). Click to share access"

mystic lark
#

This simply means that studio doesn't see that animation as something that you own, a simple fix it is simply export that animation yourself then use it. ex: If its somewhere on a animation dummy or something like that right click and export, then copy the new Id that you now own.

hope that made some sense, lmk if you didn't understand anything and I'll try to further explain

little pilotBOT
#

studio** You are now Level 5! **studio

mystic lark
#

In the dummy with the animation, there should be a model called something like "animSaves" open that up, look for your animation, then right click look for save/export then save to roblox

verbal marsh
mystic lark
verbal marsh
#

ok

mystic lark
#

ah i see the problem, if your using the roblox animator all you have to do is click the 3 little dots in the top left of the animation window, then look for export/save or whatever its called. then just copy the animation Id that pops up after you upload it

verbal marsh
mystic lark
verbal marsh
mystic lark
#

could i see your code thats running the animation? there might be a problem with that

verbal marsh
#

im not good with codes

mystic lark
# verbal marsh

yea i see your problem, for some reason in the animate script, you have to change the ids in the script and in here where it says Animation 1 and 2.

#

lowk that messed me up too before i knew about that

mystic lark
verbal marsh
#

i hate myself

mystic lark
#

no no

#

i see the issue

#

in the code part you need to write "rbxassetid://" before the long string of numbers

#

thats likely the problem

verbal marsh
#

ohh

#

still not working

mystic lark
#

can i see what you wrote?

little pilotBOT
#

studio** You are now Level 2! **studio

verbal marsh
#

the blue marked part

mystic lark
#

let me check some of old projects ill see if i can find the issue

#

ok i think i found it, in the code part instead of "rbxassetid://" you need to write "http://www.roblox.com/asset/?id=" then your id, this is what it should look like, in this example im changing the walk animation.

verbal marsh
#

let me try

#

its not working

mystic lark
#

what exactly isnt working? is the default animation playing or is there just no idle animation at the moment

verbal marsh
mystic lark
#

give me one sec ima make a video to try to clear this up rq

#

in this i replaced my idle with my walk animation

verbal marsh
mystic lark
#

let me know if that worked

verbal marsh
#

didn't worked...

mystic lark
#

if that didn't it probably has to do with your animation

#

did you change the ids of both Animation1 and Animation2

mystic lark
#

then the problem probably lies with your animation i would assume

#

let me make a quick vid on how to export it correctly

verbal marsh
#

sorry for taking your time

mystic lark
#

no no i dont mind

#

i just made some random animation for example

verbal marsh
#

oh wit

#

wait

#

i see where is my issue now

mystic lark
#

was your animation looped? if not it wouldn't really work, as you saw in my video

little pilotBOT
#

studio** You are now Level 3! **studio

verbal marsh
#

ahh still now working

mystic lark
#

i honestly have no idea what the issue is, everything should be working perfectly, unless you have some script or something messing with the animations

#

could i see the animation you are using, maybe something is up with it?

verbal marsh
#

how i record my screen?

mystic lark
#

um thats complicated, look up a video on how to do that for your system

verbal marsh
#

ok wait

#

idk man

#

everything i make, goes wrong

#

every project i try, fail

mystic lark
#

thats kinda how it is sometimes, no need to feel down about it though

#

your success is not a matter of if, its a matter of when

#

you only fail when you give up

#

chances are that the issue you are having right now is just one small simple mistake that you made, all you have to do is spot it, fix it, and your good

mystic lark
#

go through the process again, slowly and look for any mistakes you might have made

#

you could even try and open up a new baseplate and make it there, to test to see if its an isolated issue or not

verbal marsh
#

all i did was, put in prattice what i learned

#

i didn't see any issue

#

IM the issue

#

everything i make goes wrong

#

im tired

mystic lark
#

I dont think i have ever made something that has worked first try or even the 4th try, the only reason it worked in the end, is becaue i didn't give up and kept on trying

#

go into a new baseplate and try changing the idle in there, if it works then you know that the issue is somewhere else

#

not a single person on this planet is perfect, so dont expect yourself to be either

verbal marsh
#

ok, i will try

little pilotBOT
#

studio** You are now Level 6! **studio

mystic lark
verbal marsh
#

i tested on a baseplate, and played the default animation

mystic lark
#

is the character r15 in that baseplate?

#

if so, then i found your issue

verbal marsh
mystic lark
#

so your animation and character type are the same correct?

verbal marsh
#

yes

mystic lark
#

where are you getting the animate script itself from

verbal marsh
#

like, i copyed from my own player when testing

mystic lark
#

ok just had to make sure

#

could you send me a screenshot of both the 2 animation objects to make sure that the id lines up, and the animate script?

verbal marsh
#

ok

mystic lark
#

if those aren't the issue then there is likely something wrong with your animation, like it not being looped or the animation priority being super low

#

there could be a problem with your animate script, the r6 one only has 2 idle animations, heres mine for example

verbal marsh
#

i overwrited both

#

with the id

mystic lark
#

you might have copied the animate script from an r15 character or something?

verbal marsh
mystic lark
#

im saying that the script might be for r15 characters

mystic lark
verbal marsh
#

ahh i marked "aways use that" with the note block

#

now its opening a completely weird screen

mystic lark
#

just drag the file into roblox studio

little pilotBOT
#

studio** You are now Level 4! **studio

mystic lark
#

it should work

verbal marsh
#

ok

mystic lark
#

also i just checked and you were indeed using an r15 script

verbal marsh
#

how i do that?

mystic lark
verbal marsh
#

ok

#

done

mystic lark
#

now use that script and see if it now works

#

also make sure that the script is in "StarterCharacterScripts"

#

ok i just looked back at your old sreenshot, and your animate script was in "StarterPlayerScripts" not "StarterCharacterScripts"

#

thats likely the problem

verbal marsh
#

didn't worked

mystic lark
#

what didn't work exactly

verbal marsh
#

played th default animation again

mystic lark
#

did you make sure to change the animation inside the script, as well as under the script, animation 1 and 2?

mystic lark
#

and make sure that the script is in StarterCharacterScripts

verbal marsh
#

im overwriting the walk animation

#

in the walk animation, there is no second animation

mystic lark
#

for the walk animation you only need to change the one

verbal marsh
#

what i do?

mystic lark
#

what are you confused about?

verbal marsh
#

everything

#

bc i made everything right

#

and nothing works

mystic lark
#

could you send me the file for your baseplate, so i can take a look and see if everything is as it should

#

top left > file > save to file

#

then drag it in discord

verbal marsh
#

ok

verbal marsh
mystic lark
#

you should? can you take a ss

verbal marsh
mystic lark
#

thats so weird

#

maybe try advanced > export as obj

verbal marsh
#

here is it

mystic lark
#

the obj doesn't, i looked it up. you cant save the file if your in team create

#

try to leave then save it

verbal marsh
#

wdym?

mystic lark
#

for some reason when you are in team create it removes the option, you are in team create. in the top right where the little icon with your character is, is the team create menu

verbal marsh
#

ohh

#

how i remove that?

mystic lark
#

i dont know, i never use it lol, try just clicking some things in the menu or look up a video

verbal marsh
#

i think after creating the map, i can't change it anymore

mystic lark
verbal marsh
#

oh

#

here it is

#

@mystic lark

mystic lark
#

im sorry about that, i had to go somewhere, ill look over it in a bit then get back to you

mystic lark
#

the file isn't correct, it needs to be a .rbxl yours is .rbxl.lock for some reason

mystic lark
#

im probably going to go to sleep now, go ahead and ping me when you get the file, and ill check it out tomorrow.

verbal marsh
mystic lark
#

i tried using it, but the file didn't work, did you save it correctly?

verbal marsh
#

yes?

mystic lark
#

its not supposed to be a .rbxl.lock

#

just a .rbxl

verbal marsh
#

oh

verbal marsh
#

it don't have the ".lock" on it

mystic lark
#

it shouldn't. did you just press save to file and thats it?

little pilotBOT
#

studio** You are now Level 5! **studio

mystic lark
#

try it again and see if it works this time

verbal marsh
#

ok, let me open roblox studio

#

@mystic lark i checked the original game im making again, and now its giving the same old error

mystic lark
#

are you using the id that you exported?

#

or the old one

verbal marsh
#

idk anymore dude

#

i give up

#

im tired

little pilotBOT
#

studio** You are now Level 7! **studio

verbal marsh
#

everyday is a deception

mystic lark
#

wait a second

#

let me make a quick demo place

#

to demonstrate how it should work

verbal marsh
#

im tired of failing

mystic lark
#

try just one more time for me

#

ok so when you enter open up the dummy export the animation, and change the ids in the animate script

#

let me know how it goes

mystic lark
#

i set it as r15, but i think you need to save it first

verbal marsh
#

yeah

#

its working

mystic lark
#

thats great

verbal marsh
#

need to be on "startercharacterscripts"?

mystic lark
#

thats correct

verbal marsh
#

my roblox studio crashed

mystic lark
#

so did you kinda figure out how it works?

verbal marsh
#

oh wait

#

now its working

verbal marsh
mystic lark
#

so now all you have to do is apply that to your game

verbal marsh
#

tysm bro

mystic lark
#

no problem

#

still lmk if you have any other issues

verbal marsh
#

i have no words to describe how grateful i am

mystic lark
#

you don't need any

verbal marsh