#Walk Animation Need Help!

150 messages · Page 1 of 1 (latest)

whole heath
#

where is the scriot

ionic zealot
#

there is none

#

i want the animation working in game but it just aint working

whole heath
#

.

ionic zealot
#

when i did script one it just didnt work in game so i deleted it

#

well it worked for someone else but not me

whole heath
#

did u do a local script or a script

ionic zealot
#

it was this script

dry ivyBOT
#

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

whole heath
ionic zealot
#

pretty much yeah

#

but i want it working for everyone

whole heath
ionic zealot
#

alrighty

#

do i test it

whole heath
#

yes

ionic zealot
whole heath
#

starter*

whole heath
ionic zealot
#

alright

#

oh

shadow turret
#

cant he just add the id of the animation to the default roblox script

#

it should still work

silver spindle
#

bro no

shadow turret
#

yes

#

as long as its an asset of a group he has perms in

silver spindle
#

wait 1 s

shadow turret
#

thats how i did mine a while back

ionic zealot
#

IM GONNA SEND THE FULL SCRIPT HERE AND THE ID OF THE ANIMATION
it prob cuz i put it in wrong spot idk

shadow turret
#

could you copy the script and send it in a format so we can look at it better

silver spindle
#
local char = script.Parent
local hum = char:FindFirstChildWhichIsA("Humanoid")


char:WaitForChild("Animate").run.RunAnim.AnimationId = "your animation id"
ionic zealot
#

animation id 14301908036

silver spindle
#

put this in local script in starter charcter

ionic zealot
#

make a new local script ? @silver spindle

silver spindle
ionic zealot
#

alright ill delete the old script

silver spindle
ionic zealot
silver spindle
silver spindle
ionic zealot
#

huh

silver spindle
#

before task.wait

ionic zealot
silver spindle
#

and This is how the ID writes

ionic zealot
silver spindle
#
--"http://www.roblox.com/asset/?id=   your id number "
ionic zealot
dry ivyBOT
#

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

shadow turret
#

no

dry ivyBOT
#

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

ionic zealot
silver spindle
shadow turret
#

directly after the =

ionic zealot
#

or

silver spindle
#

wait

shadow turret
#

i dont see why youd add a space

silver spindle
silver spindle
#

If it doesn't work tell me

shadow turret
#

are you sure it overwrites the default walk anim

ionic zealot
#

not working

shadow turret
#

did you upload the id correctly to roblox

ionic zealot
#

Yeah

shadow turret
#

odd

ionic zealot
#

see

shadow turret
#

yeah i see

#

not sure honestly

ionic zealot
#

hm

shadow turret
#

i have a different script that handles all character animations

ionic zealot
#

wanna try it

shadow turret
#

we could though its over 500 lines

ionic zealot
#

ill send the won we just did here
**task.wait(2)
local char = script.Parent
local hum = char:FindFirstChildWhichIsA("Humanoid")

char:WaitForChild("Animate").run.RunAnim.AnimationId = 14301908036**

shadow turret
#

and removing every animation id that i have would take a bit

ionic zealot
#

true

shadow turret
whole heath
#

not a website

silver spindle
#

wait 1 m

#

idk its work with me with this way

whole heath
#

ahmed did it right

#

its supposed to be just a number

silver spindle
ionic zealot
#

hm

whole heath
ionic zealot
#

should i test it

whole heath
#

yes

ionic zealot
#

it broke the other default roblox animations sadly

silver spindle
#

@ionic zealot try this script its work with me ```lua
local plr = game.Players.LocalPlayer
local char = plr.Character or plr.CharacterAdded:Wait()

char:WaitForChild("Animate").toolnone.ToolNoneAnim.AnimationId = your animarion id

ionic zealot
whole heath
silver spindle
ionic zealot
dry ivyBOT
#

studio** You are now Level 3! **studio

ionic zealot
silver spindle
ionic zealot
#

it a walk

silver spindle
#

whats the animation priority

ionic zealot
#

whats that

silver spindle
#

yous should put priority movement

ionic zealot
#

uhhh

#

the animation model it self is in another game what i cant get into but it was made by a animator themself sooo

silver spindle
#

ok try it with my script

ionic zealot
#

but i got given the id soo

#

this 1 ?

silver spindle
#
char:WaitForChild("Animate").toolnone.ToolNoneAnim.AnimationId = "http://www.roblox.com/asset/?id=14301908036"
ionic zealot
#

correct ?

silver spindle
#

not toolNonAnim

#

its runAnim

ionic zealot
#

so change toolnonanim to run anim ?

silver spindle
#

wait

#
char:WaitForChild("Animate").run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=14301908036"
ionic zealot
silver spindle
#

ok try now 👍

ionic zealot
#

not working but we got some errors (ignores ones covered in red there other stuff within the game the error were looking at is one up top

silver spindle
ionic zealot
#

alright should i just remake the animation and go from there
but ill save the same script of course

silver spindle
ionic zealot
#

weird

#

ill look into it thanks for helping doe means alot ill save the script so if i get the animation working then yeah!!!

silver spindle
#

if you use this script with your broken animation and the cahrcter does nothing while walking its working

silver spindle
ionic zealot
#

OHHHHHHHHHHH

#

got it

silver spindle
#

you just need to change the animation and its will work

ionic zealot
#

Alright Thanks! ig thats all i needed help with

silver spindle