#Cannot set custom r6 animations for the life of me

1 messages · Page 1 of 1 (latest)

clear patio
#

Help

#

Literally spent 2 hours at this itwont budge

tidal gyro
#

what are you trying to animate

clear patio
#

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

tidal gyro
#

you need to publish it

clear patio
#

I did do this

tidal gyro
#

then it should give you an animation ID

clear patio
#

the animation itself righht

#

i put it into the animation tab I copied from my character into the character script

nimble sparrowBOT
#

studio** You are now Level 1! **studio

clear patio
#

and then i also put it into the animation code

#

alongside the walking subsection

tidal gyro
#

you need an animation ID

clear patio
#

wdym

#

I got one

#

that I copied from the animation I published to roblox

tidal gyro
#

are you putting into the Animate script?

clear patio
#

ye

tidal gyro
#

and they're not playing

#

what you could try to do is just script it yourself

#

you could do something like this

clear patio
#

Like the animation

#

with the keyframes?

tidal gyro
#

it has nothing to do with the keyframes

clear patio
#

ok

#

so what should I do

tidal gyro
#

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()

clear patio
#

im so confused

tidal gyro
#

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

clear patio
#

yes

tidal gyro
#

and copy and paste your id into the script

clear patio
#

i did that

tidal gyro
#

that LITERALLY should work

clear patio
#

i did both

#

want me to show you?

tidal gyro
#

let me test this myself

clear patio
#

and I also set it to r6

tidal gyro
#

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

clear patio
#

not idle but yeah

tidal gyro
#

same difference

clear patio
#

wait

#

why does your says rbxassetid

#

mine says sm different

tidal gyro
#

because it automatically fills that out

clear patio
#

jesus

tidal gyro
#

do yours with rbxassetid://

clear patio
#

this is what its giving me

#

oh my god

tidal gyro
#

it shouldnt make a differnce

tidal gyro
clear patio
#

i tried

tidal gyro
#

paste your anim id here

clear patio
#

123280300833599

tidal gyro
#

rbxassetid://123280300833599

#

put that in the script

#

and inside both walking animationsm

clear patio
#

hold up

nimble sparrowBOT
#

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

clear patio
#

wdym both walking animations

tidal gyro
#

there should be one or two animations in ther

#

im not sure

clear patio
#

one

tidal gyro
#

just put it in one then

clear patio
#

this right

tidal gyro
#

yes

clear patio
#

and this

tidal gyro
#

yes

clear patio
#

doesnt work

tidal gyro
#

okay then your animation does not exist

clear patio
#

what

tidal gyro
#

try reuploading it

clear patio
#

okay

#

doesnt work

#

im so cooked

dark latch
#

is your game in r6

#

show ,e