Change Pivot Point for CFrame Rotation with TweenService

Hi,

So this is my Tween:

	local Tween = TweenService:Create(MainStopper,BlockerUpInfo,{CFrame = MainStopper.CFrame * CFrame.Angles(1,0,0)})

And it goes there:
image
But it should Rotate like this:
image

The pivot should be at the bottom - And it is:

But not when playtesting.

Thank you for your help!

1 Like

I suggest creating a seperate part at the edge to animate that, alternatively using a HingeConstraint to move the flap.