#for some reason i pasted my animation and its not ereplacing the default roblox animation for r6? s
1 messages · Page 1 of 1 (latest)
How did you change your animation
Did you change it in a script or did you copy the animate script and change the values
And is your game only allowing r6 body types?
If not turn on r6 only
yes
i got the
** You are now Level 5! **
id from the animation
that roblox studio gave me
and pasted it into
animation object or sm
on a file
It wasn't a yes or no question
Can you show me where you pasted the id into? Like take a screenshot
yeah
here
and then properties
and then here
the second one
@autumn slate
@autumn slate ??
wdym
You need to play your animation using a local script
wait should i make u a colaborator
yea
could u do it for me on studio by chance
what kind of animation are we talking about?
Well idk how animations from the toolbox behave but sure i'll do this for you.
@autumn slate why?
I'll just send you some code and tell you where to put it
its not complicated code
I'll just be replacing the default walking animation
ohh so u gotta do that
also for all the games i make will i have to use the code
ur going to send me?
Well if you just want to replace the default walking animation then you could use the code in all your games
local Player = game.Players.LocalPlayer
Player.CharacterAppearanceLoaded:Connect(function(Character)
Character.Animate.walk.WalkAnim.AnimationId = "" -- Your AnimationId
end)
Put that script inside StarterPlayerScripts as a LocalScript.
brb
hm
nope
i dont think
@autumn slate
its like
no animation
like im sliding
@autumn slate
ahh
yoo
tian?
Then there should be a error message for sure
could you show me what you put inside of here
@tidal ocean
try adding "rbxassetid://" and then your number so an example would be like this:
"rbxassetid://131245141241"
If this doesn't work send me a screenshot of your output
okay