#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)
** You are now Level 4! **
can you give more details like what you have tried already?
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
I think it was a block dummy
how many parts did it have
Wdym
there are two types of bodys in roblox r6 and r15.
This picture shows a r15 character
Im gonna send you a photo
Ive changed my avatar now
Animation and my avatar
The animation is on a r15 character but your game uses a r6 character
yeah
Wait im gonna change my avatar tysm 😭
Wait
Ive put the animation to work or r15 and 4\r6
its better to change the games settings so everyone uses the right avater
r6*
How can i do that tho'
👍
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.
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 ""
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
It does this
@warped solar
@tropic matrix
show me the script
i am not verified on roblox
did you make the animation?
Yep
Check if your animation id has been changed during runtime.
** You are now Level 5! **
And you made your animation using a r6 character?
Try re uploading your animation under a new id
I did that'
set it to action
I set it now what
re upload
Republish?
yeah
Done now what
try again
Should i put the diff script at the things?
the "things"?
yeah
what is your animation id now
133277503655948\
gimme a sec
k
put it in the quotations inside your script like this: "rbxassetid://133277503655948"
Whats quotations
""
Np
\
I got another question
Ive made this low health aniamtin
How do i do it so when the character is under 40 hp it walks like this
Use the Humanoid.HealthChanged event. https://create.roblox.com/docs/reference/engine/classes/Humanoid#HealthChanged
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
How much do you know about lua and programming in general
Nothiung
I would recommend learning the basics first. Im gonna make this script for you but im not making you another one.
Alright
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)
Should i add another local script?
No no. Replace it with the one you already made
this is a r15 character
Has a nice retro style maybe make him crouch a little bit more tho
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
** You are now Level 24! **
Im lazy asf
Well its just a suggestion 👍
Okay thank you for everthing tho
Thanks bro you saved my game
And be cautious about the toolbox
I dont use toolbox
Good
How did you script it then if you don't have any idea on how to script
Whoever is a game dev and uses toolbox to make his game he is just slow
Chat gpot
I recommend gemini
Okey
Chatgpt is know for guessing more often
I can see
The walking aniamtion is shitty so im making another one
?
How to i make those shapes that form a like a hole for the bullet to come out
U there?
Is this what you meant?
👍
idk you only know once you see how it looks like in a characters hands
oke
What do you rate it in 1/10
8.5. If I'd have to give some kind of suggestion maybe it would be to try going more for that retro aspect that you also went for in your animations
Its one of the most guns im taking the ideas from this guy
I see
Nah. Im lowkey not even that active on roblox studio anymore
Aw men Alright
Im developing on some barely know framework monogames rn
kk
** You are now Level 6! **
and just looking in scripting help from time to time
Alright
the guns so far
Tuff
Fr im making them shoot now
Yo
Can you tell me like how to make them shoot tutorials aint working
@tropic matrix
@tropic matrix
I can't believe that it's always this issue for the 1 millionth time
I can't believe that it's always this issue for the 1 millionth time
I might be a genius or something cuz I got the plr anims working first try