#animation/tweenservice

1 messages · Page 1 of 1 (latest)

formal berry
#

should i be using a vectorforce?

chrome pond
#

nah dont use tween for that

#

keeping the player on air to do what?

#

@formal berry

formal berry
#

To play a animation mid air

#

But it needs to be floating in the air

#

@chrome pond

chrome pond
#

wait why dont u anchor the hmr?

#

@formal berry

formal berry
#

Then the animation stop right? You can’t play a animation if the HRP is anchored

#

@chrome pond

chrome pond
#

the animation should work if u only anchor the hrp

formal berry
#

I can try, but I’m not home right now and chat gpt tells me it does not work…

#

@chrome pond

chrome pond
#

yea ig it wont work

#

maybe try this

hrp.Velocity = Vector3.new(0, 0, 0)
humanoid.PlatformStand = true

inner gulch
#

no unanchoring everything else but the hrp makes animation works

#

because everything is attached to hrp

#

so

#

yeha

#

i made a game with a custom thing that has an animation and body parts

#

unanchored everything but hrp

#

then you can animate

#

or you can use bodygyros and bodypositions