lazer1YT
(lazer1YT)
November 3, 2023, 2:15pm
#1
What do you want to achieve? Keep it simple and clear!
i wanna make that the dummy*s play looped in game
What is the issue? Include screenshots / videos if possible!
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i have tryed to put on r15 and r6 back
and it dint work when i published the game after that i think
the script:
local animation = script:WaitForChild('walk')
local humanoid = script.Parent:WaitForChild('Humanoid')
local idle = humanoid:LoadAnimation(animation)
idle:play()
idle.Looped = true
2 Likes
Can I see your output? Also try loading animations with the Animator
inside Humanoid
, basically works the same.
lazer1YT
(lazer1YT)
November 3, 2023, 2:29pm
#3
this is the only think i found that could be possible for the script not working
(btw im not a scripter)
the tip you gave me dint also work(hhave tryed it before)
If I see it like this it looks like your script is being moved to the Workspace
. Please confirm this by hitting the play button and looking in the explorer.
1 Like
lazer1YT
(lazer1YT)
November 3, 2023, 2:39pm
#5
no it doesn’t show thats the script is being moved or changing places when playing
You have multiple scripts, are you sure these aren’t moved or something? Is the script inside that script? It says you are searching for a humanoid in the workspace
lazer1YT
(lazer1YT)
November 3, 2023, 2:57pm
#7
the only other script is from this model