#I need help ASAP
1 messages · Page 1 of 1 (latest)
** You are now Level 4! **
local animationTrack = animator:LoadAnimation(animation)
animationTrack:Play()
animationTrack:AdjustSpeed(-1)
this will reverse the animation
if it dont work adjust before playing
But where do i put it tho. In the same script under what i’ve already written?
put it in the script where it plays the animation
** You are now Level 5! **
paste the code here please
local tool = script.Parent
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://111507430516370"
local debounce = false
tool.Activated:Connect(function()
if debounce then return end
debounce = true
tool.Parent.Humanoid:LoadAnimation(animation):Play()
wait(0.1)
debounce = false
end)
thanks
local tool = script.Parent
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://134893221580357"
local debounce = false
tool.Activated:Connect(function()
if debounce then return end
debounce = true
local track = tool.Parent.Humanoid:LoadAnimation(animation)
--track:AdjustSpeed(-1)
track:Play()
wait(0.1)
debounce = false
end)
tell me if it works
@little thorn
in roblox
still the same issue the right arm goes backwards while the left one does what it's supposed to do
which is the animation priority?
Action?
i'm acc not sure cause i didnt make it my anim made it letm e check
ye it is
which action
action
put it to action4
save and publish as the old one
or you would have to override the id
and send me the new id
2 sec
my anim just left, so idk how to change action
wdym
wdym left
dont worry
open roblox default animator
click on the rig with the animation
@little thorn
ye then?
send a photo
where the heck do i find that i cant see it
Clip editor ig
lemme open studio too
i dont remember
ye clip editor
andn then click on the rig
ahh ok now i have it open
choose the rig
done
play it and tell me if it is working there
ye its working there
ok
and then publish to roblox
134893221580357
local tool = script.Parent
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://134893221580357"
local debounce = false
tool.Activated:Connect(function()
if debounce then return end
debounce = true
local track = tool.Parent.Humanoid:LoadAnimation(animation)
--track:AdjustSpeed(-1)
track:Play()
wait(0.1)
debounce = false
end)
try this code
and save and publish the game to roblox
and test on roblox
uhm
wait
remove the line commented, i mean remove the --
and test again
after saved
@little thorn
nothing changed
local tool = script.Parent
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://134893221580357"
local debounce = false
tool.Activated:Connect(function()
if debounce then return end
debounce = true
local track = tool.Parent.Humanoid:LoadAnimation(animation)
track:AdjustSpeed(-1)
track:Play()
wait(0.1)
debounce = false
end)
paste this code
if it dont work i got another idea
i mean many
yup still the same bug
alright, choose the tool, remove the part named handle and in the tool unenable the proprierty named "requiresHandle"
can you add me to the project? if you want
ye
wait yo gotta join the group then its a group experience
ill send link
instead of moon
i aòready told him but he said he gotta publish the game
for update tomorrow
oh
then js
do it in a another game
open a another place
do the animation there
and then
wym i tested the anim in a testing place
** You are now Level 5! **
still the same
huh
i just use the one that was there in avatar
the edtior rig or smth
i didnt use any moon one
in the video you used moon
his animator did
oh
you have access now
where is the tool
make a test animation
to see if its the
animation is bugged
or the script
make a roblox animaiton
using clip editor
in starterplayer
and js test
it
if the aniamtion plays
its in the id
if it plays inncorrectly
theres a problem in the
script
i think
like i tested the anim in clip edtior and there it played fine. but i also tried 3 different yt tut on the script and still the same thing
no
i mean make a new animation
using clip edtior
and js
make it bad
js as a test
keep it at action
1
ye 2 sec i just gotta drive real quick to my house cause the pc has 4% and the carger is there
okay
why is the animation r6 when you use r15 instead
Wait it is?
Wait how do i change it
Your animator need do thay
** You are now Level 6! **
That
Okay
It's cuz u gotta remove the default toolnone animation cuz it adds up to any other animations playing
Btw you good at scripting?
I did a mistake when redesigning the pet gui and now the pets don’t show in there.
Im a full stack developer, i can also work with https too, connect roblox to site or json and discord
Ooooh ok
You have any idea to fix this?
.
I don’t know what i did
Have you changed any pets name?
Nope
I just added a button
That can be the problem
Oooh