I have a platform that’s moving up and down using TweenService (changing Position.Y). As soon as I jump onto the platform, my character is stuck in the Falling animation and I begin to slide off as it moves up. How can I fix this?
Thanks in advance.
You could try creating something with AlignPosition, Attachments, and a goal brick.
Try using BodyPositions. They do a similar thing, but they dont make humanoid slide off.
You could try using body velocitys, or body positions, with a body gyro.
-You could set the CFrame of the player to a relative point controlled by the position.Y of the platform.
-Is ur platform moving fast? Maybe lower the speed
-You could change the approach and instead using TweenService, use Prismatic Constraints Servo to move the platform
-You could put seats in order to anchor players to platform. -Maybe use a thicker floor for the platform :v
It is very possible that your doing it too fast. Try to lower speed.
Depending on your use case for the tweenservice, you can also tween the players character with the platform.
A possible way to solve it is to increase hip-height? I think that should work, I’m unsure.
The last and most hacky way is to detect excessive gliding and then increase the Y value of the player a little.