#Cannot set custom r6 animations for the life of me
1 messages · Page 1 of 1 (latest)
what are you trying to animate
ok
literally quit making it mysekf
i tried uploading the ones online for a basic set of walking running the whole lot
and i cannot upload a single one
you need to publish it
I did do this
then it should give you an animation ID
the animation itself righht
i put it into the animation tab I copied from my character into the character script
** You are now Level 1! **
you need an animation ID
are you putting into the Animate script?
ye
and they're not playing
what you could try to do is just script it yourself
you could do something like this
it has nothing to do with the keyframes
so make animation (+ on workspace scroll down to animation)
put the animation ID into the animation via properties
and make a local script inside startercharacterscripts
and put that animation INSIDE of it, and then do something like this (but with your animation name and vice versa)
-- Detects & Loads player into game
local plr = game.Players.LocalPlayer
local character = plr.Character or plr.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
local HumanoidRootPart = character:WaitForChild("HumanoidRootPart")
-- Detects & Loads Animations into game
local M1 = humanoid:LoadAnimation(script.Animations.M1)
in this case it would just be script.youranimname
and when you want to play it, you'd do the variable name and then :Play()
so it would be (in my script) M1:Play()
im so confused
okay lets go back to the animate thing
you know the little hashtags inside the script?
go to walking, for your walking animation and look into it, there should be one or two animations in there
copy and paste your id into both of those
yes
and copy and paste your id into the script
i did that
that LITERALLY should work
let me test this myself
and I also set it to r6
okay it works just fine for me
so you must be doing something wrong
make sure these animations have the ID of the one you want
and then put it in both
not idle but yeah
same difference
because it automatically fills that out
jesus
do yours with rbxassetid://
it shouldnt make a differnce
but try with this
i tried
paste your anim id here
123280300833599
rbxassetid://123280300833599
put that in the script
and inside both walking animationsm
hold up
** You are now Level 2! **
wdym both walking animations
one
just put it in one then
yes
yes
doesnt work
okay then your animation does not exist
what
try reuploading it