ChetRChase
(ChetRChase)
September 12, 2020, 12:31am
#1
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.
taoreru
(taoreru)
September 12, 2020, 1:42am
#2
You could try creating something with AlignPosition, Attachments, and a goal brick.
1 Like
Try using BodyPositions. They do a similar thing, but they dont make humanoid slide off.
2 Likes
vivafloyd
(vivafloyd)
September 12, 2020, 2:01am
#4
You could try using body velocitys, or body positions, with a body gyro.
Dev_Peashie
(Dev_Peashie)
September 12, 2020, 2:27am
#5
-You could set the CFrame of the player to a relative point controlled by the position.Y of the platform.
INFO
Recently jailbreak pushed an update, which utilities the new roblox platform system with its trains.
Most of you may know, its not possible to stay on the same platform when jumping, meanwhile jailbreak has fixed this somehow.
PROBLEM
I have no clue as to how they have achieved this, could they be moving a platform up and down as you jump?
EXTRA INFO
-Ive realized that this system will work on vehicles, could be only due to the fact that the player is inside.
-The platform has a max …
-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