#can someone explain what would be the issue

1 messages · Page 1 of 1 (latest)

exotic pebble
#

here's the viewmodelhandler code

scenic trellis
#

try to import the animation and try to save it again without having looping enabled

trim canopyBOT
#

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

exotic pebble
#

im pretty sure i have it disabled

#

i exported it through roblox animator

scenic trellis
#

just try it

#

might work

#

idk

zinc mantle
#

track.looped = false

scenic trellis
#

sometimes the most unlikely fixes fix the issue

scenic trellis
#

might work

exotic pebble
#

the weird thing is the bug happens even if i don't start the animation

zinc mantle
#

are you stopping the track when the player puts the tool away

#

let me read the script

exotic pebble
#

it's there in full

zinc mantle
#

as far as i can tell you arent disabling the track when the tool is unequipped

scenic trellis
#

That might be it

#

I couldnt really analýze the script bcuz it told me there is more lines

exotic pebble
#

so since it's unequipped it can't find humanoid so it's playing it through the player?

#

is that what ur saying

scenic trellis
#

And it didnt render them

zinc mantle
scenic trellis
#

Now ik

zinc mantle
scenic trellis
#

Ok bye

zinc mantle
#
track:Stop()
exotic pebble
#

so i should disable it after unequipping too?

trim canopyBOT
#

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

exotic pebble
#

how would you go about doing that

zinc mantle
#

just put it in the unequipped function

exotic pebble
#

ill try and tell u

#

still doesnt work

scenic trellis
#

try my solution

#

90% it fails 10% it suceeds

#

still worth it for the 10% tho

#

trust

exotic pebble
#

so apparently i had the fp animation on loop

#

i just fixed but the bug is still persistent

#

the bug also happens in server side

#

lol i just realized

#

in my serverside script i had this block local animator = viewModel:FindFirstChildOfClass("Animator")
if animator then
local anim = Instance.new("Animation")
anim.AnimationId = "rbxassetid://12345678"
local track = animator:LoadAnimation(anim)
track:Play()
end

#

so i was loading the animation on the real character lolol