#I need help ASAP

1 messages · Page 1 of 1 (latest)

little thorn
rapid driftBOT
#

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

lime sparrow
#

this will reverse the animation

#

if it dont work adjust before playing

little thorn
#

But where do i put it tho. In the same script under what i’ve already written?

lime sparrow
rapid driftBOT
#

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

lime sparrow
#

send me the script

#

because myne is a general script

#

@little thorn

little thorn
#

here

lime sparrow
#

paste the code here please

little thorn
#

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)

lime sparrow
#

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

little thorn
#

still the same issue the right arm goes backwards while the left one does what it's supposed to do

lime sparrow
#

Action?

little thorn
#

i'm acc not sure cause i didnt make it my anim made it letm e check

little thorn
lime sparrow
little thorn
#

action

lime sparrow
#

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

little thorn
#

2 sec

little thorn
lime sparrow
#

wdym

lime sparrow
little thorn
#

ye my animator left studio

#

to do smth irl

#

and idk how to change to action4

lime sparrow
#

dont worry

#

open roblox default animator

#

click on the rig with the animation

#

@little thorn

little thorn
#

ye then?

lime sparrow
#

send a photo

little thorn
lime sparrow
#

first oopen the roblox default animator

#

and then click on the ri

#

g

little thorn
#

where the heck do i find that i cant see it

lime sparrow
#

or avatar

#

one of the 2

#

then choose animation editor

little thorn
lime sparrow
#

Clip editor ig

#

lemme open studio too

#

i dont remember

#

ye clip editor

#

andn then click on the rig

little thorn
#

ahh ok now i have it open

lime sparrow
#

choose the rig

little thorn
#

done

lime sparrow
#

now whatt you see?

#

sned photo

little thorn
lime sparrow
#

play it and tell me if it is working there

little thorn
#

ye its working there

lime sparrow
#

alright

#

click on the 3 dots

#

and then publish to roblox

little thorn
#

ok

lime sparrow
#

and then publish to roblox

little thorn
#

134893221580357

lime sparrow
#
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

little thorn
lime sparrow
#

i said on rolbox

#

roblox

#

aftersaved and published the game

little thorn
#

i cant publsih tho cuz its update is tommorw

#

i can make a test place

lime sparrow
#

uhm

#

wait

#

remove the line commented, i mean remove the --

#

and test again

#

after saved

#

@little thorn

little thorn
#

nothing changed

lime sparrow
#

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

little thorn
#

yup still the same bug

lime sparrow
#

alright, choose the tool, remove the part named handle and in the tool unenable the proprierty named "requiresHandle"

little thorn
#

ok

#

now nothing happens when i click

lime sparrow
#

can you add me to the project? if you want

little thorn
#

ye

split goblet
#

mabye try making the animation using roblox

#

animation

little thorn
#

ill send link

split goblet
#

instead of moon

lime sparrow
lime sparrow
#

for update tomorrow

split goblet
#

then js

#

do it in a another game

#

open a another place

#

do the animation there

#

and then

little thorn
#

wym i tested the anim in a testing place

rapid driftBOT
#

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

little thorn
#

still the same

split goblet
#

try the roblox animation

#

not moon

little thorn
#

huh

split goblet
#

clip editor

#

roblox

#

studio

little thorn
#

i just use the one that was there in avatar

#

the edtior rig or smth

#

i didnt use any moon one

split goblet
#

in the video you used moon

lime sparrow
#

HarshdeepCrafs10

lime sparrow
split goblet
#

oh

little thorn
lime sparrow
#

where is the tool

split goblet
#

make a test animation

#

to see if its the

#

animation is bugged

#

or the script

#

make a roblox animaiton

#

using clip editor

little thorn
split goblet
#

and js test

#

it

#

if the aniamtion plays

#

its in the id

#

if it plays inncorrectly

#

theres a problem in the

#

script

#

i think

little thorn
#

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

split goblet
#

no

#

i mean make a new animation

#

using clip edtior

#

and js

#

make it bad

#

js as a test

#

keep it at action

#

1

little thorn
#

ye 2 sec i just gotta drive real quick to my house cause the pc has 4% and the carger is there

split goblet
#

okay

lime sparrow
little thorn
little thorn
lime sparrow
#

Your animator need do thay

rapid driftBOT
#

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

lime sparrow
#

That

little thorn
#

Okay

azure mauve
#

It's cuz u gotta remove the default toolnone animation cuz it adds up to any other animations playing

little thorn
#

I did a mistake when redesigning the pet gui and now the pets don’t show in there.

lime sparrow
little thorn
lime sparrow
#

Have you changed any pets name?

little thorn
lime sparrow
#

I mean gui name

#

Like frame button, etc

little thorn
#

I just added a button

lime sparrow
#

That can be the problem

little thorn
#

Oooh

lime sparrow
#

Dont delete it

#

Just put its archivable proprierty to off

unique breach
#

Im about to read into the thread if it isnt alr solved but your animation is r6 and your characters are r15

#

Idk if that messes it up like that but that mighr be the issue

split goblet
#

if it is r6 on r15 the animation wont be played

#

smth like that

#

it might just be

#

another animation