#Please help ive been trying for over 2 days to make my custom walking animation work DM please bro

1 messages · Page 1 of 1 (latest)

warped solar
mild pecanBOT
#

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

tropic matrix
#

can you give more details like what you have tried already?

warped solar
#

Ive tried tutorials even chatgpt non of it its working

#

Ive tried taking the animating copying it and pasting it on the starterplayerscripts and changing the asset id and still not working

#

Please help

#

@tropic matrix

tropic matrix
#

Alr on what kind of body did you make the animation?

#

r6 or r15?

warped solar
#

I think it was a block dummy

tropic matrix
#

how many parts did it have

warped solar
#

Wdym

tropic matrix
#

there are two types of bodys in roblox r6 and r15.

tropic matrix
warped solar
#

Im gonna send you a photo

warped solar
#

Animation and my avatar

tropic matrix
#

The animation is on a r15 character but your game uses a r6 character

warped solar
#

Oh shit

#

Thats why??!!!

tropic matrix
#

yeah

warped solar
#

Wait im gonna change my avatar tysm 😭

#

Wait

#

Ive put the animation to work or r15 and 4\r6

tropic matrix
#

its better to change the games settings so everyone uses the right avater

warped solar
#

r6*

tropic matrix
#

its better to animate on r6

#

its easier

warped solar
#

How can i do that tho'

tropic matrix
warped solar
#

I dont know german

#

Anyways

#

Okay thanks!

tropic matrix
#

👍

#

If your animation still isn't playing ping me

#

There could still be more reasons

#

And I should mention that you should set your avatar settings to only allow r6 avatars. So your animation will work on everybody.

tropic matrix
#

Alr

#

Add A script in StarterCharacterScripts (A Local Script.) Then paste this code in there: ```lua
script.Parent.Animate.walk.WalkAnim.AnimationId = ""

Then add your AnimationId inside of the ""
warped solar
#

Can i add you to my game studio because its a mess and i need a little help and i did the thing with the script it didnt do shit

#

@warped solar

#

@tropic matrix

tropic matrix
warped solar
tropic matrix
warped solar
#

Yep

tropic matrix
#

show me the output

#

any errors?

warped solar
#

I dont see any errors

#

U there?

tropic matrix
warped solar
#

oke

#

It has

mild pecanBOT
#

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

warped solar
#

Wait

#

The id is in both and walk anim and the script

#

and still not working

tropic matrix
#

And you made your animation using a r6 character?

warped solar
#

Yes

tropic matrix
#

Try re uploading your animation under a new id

warped solar
tropic matrix
warped solar
#

I set it now what

tropic matrix
#

re upload

warped solar
#

Republish?

tropic matrix
#

yeah

warped solar
#

Done now what

tropic matrix
#

try again

warped solar
#

Should i put the diff script at the things?

tropic matrix
warped solar
#

The script

#

Local script

#

Should i add the new id?

tropic matrix
#

yea

#

should be the same tho if you republish

warped solar
#

i published to roblox

#

Wdym

tropic matrix
#

yeah

warped solar
#

sTILL NOT

tropic matrix
#

what is your animation id now

warped solar
#

133277503655948\

tropic matrix
#

gimme a sec

warped solar
#

k

tropic matrix
#

put it in the quotations inside your script like this: "rbxassetid://133277503655948"

warped solar
#

Whats quotations

tropic matrix
#

""

warped solar
#

k

#

YES

#

YESSSSSS

#

ITS WORKING

#

THANK YOU SO MUCH

#

I LOVE YOU

tropic matrix
#

Np

warped solar
warped solar
tropic matrix
#

go ahead

warped solar
#

How do i do it so when the character is under 40 hp it walks like this

tropic matrix
#

It also returns how much health the humanoid has

#

so if it is below 40 then just change the walk animation like i've shown you

warped solar
#

Can you like help me

#

each character has 100 hp

tropic matrix
#

How much do you know about lua and programming in general

warped solar
#

Nothiung

tropic matrix
#

I would recommend learning the basics first. Im gonna make this script for you but im not making you another one.

warped solar
#

Alright

tropic matrix
#

Replace the code I sent you with this: (And don't forget to change the LowHealthWalkAnimationId variable)


local Player = game.Players.LocalPlayer
local Character = Player.Character

NormalWalkAnimationId = "rbxassetid://133277503655948"
LowHealthWalkAnimationId = "rbxassetid://"
Character.Animate.walk.WalkAnim.AnimationId = NormalWalkAnimationId

Character.Humanoid.HealthChanged:Connect(function(Health)
    if Health < 40 then
        Character.Animate.walk.WalkAnim.AnimationId = LowHealthWalkAnimationId
    else
        Character.Animate.walk.WalkAnim.AnimationId = NormalWalkAnimationId
    end
end)

warped solar
#

Should i add another local script?

tropic matrix
warped solar
#

oke

#

Lemme test

#

Waiiiitttt i know why'

tropic matrix
warped solar
#

Yea lemme make another one

tropic matrix
warped solar
#

How tho

#

Where i rotate torso it rotates the whole body

tropic matrix
#

yeah its annoying but you can just copy all the positions of legs arms and head and after rotating the torso set them back again

mild pecanBOT
#

studio** You are now Level 24! **studio

tropic matrix
#

Well its just a suggestion 👍

warped solar
#

Okay thank you for everthing tho

tropic matrix
#

No problem

#

Good luck with your game

warped solar
#

Thanks bro you saved my game

tropic matrix
#

And be cautious about the toolbox

warped solar
#

I dont use toolbox

tropic matrix
#

Good

warped solar
#

All you see is scripted or builded

#

Not by toolbocx

tropic matrix
#

How did you script it then if you don't have any idea on how to script

warped solar
#

Whoever is a game dev and uses toolbox to make his game he is just slow

tropic matrix
warped solar
#

Okey

tropic matrix
#

Chatgpt is know for guessing more often

warped solar
#

Gpt didnt even work

#

It only worked on the ragdoll script

warped solar
#

The walking aniamtion is shitty so im making another one

warped solar
#

@tropic matrix

#

I got one last question

tropic matrix
#

?

warped solar
#

How to i make those shapes that form a like a hole for the bullet to come out

#

U there?

warped solar
#

Ty

#

Ye

tropic matrix
#

👍

warped solar
#

Shoudl i make it bigger?

tropic matrix
#

idk you only know once you see how it looks like in a characters hands

warped solar
#

oke

warped solar
#

What do you rate it in 1/10

tropic matrix
warped solar
#

Its one of the most guns im taking the ideas from this guy

warped solar
#

So

#

Wanna eb the co owner of the game?

tropic matrix
#

Nah. Im lowkey not even that active on roblox studio anymore

warped solar
#

Aw men Alright

tropic matrix
#

Im developing on some barely know framework monogames rn

warped solar
#

kk

mild pecanBOT
#

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

tropic matrix
#

and just looking in scripting help from time to time

warped solar
#

Alright

warped solar
#

the guns so far

tropic matrix
warped solar
#

Fr im making them shoot now

#

Yo

#

Can you tell me like how to make them shoot tutorials aint working

#

@tropic matrix

#

@tropic matrix

loud galleon
#

I can't believe that it's always this issue for the 1 millionth time

warped solar
#

I can't believe that it's always this issue for the 1 millionth time

loud galleon
#

I might be a genius or something cuz I got the plr anims working first trycrying

warped solar
#

Good for you

#

Im just asking for help th0ough no need to hate