Hi,
So this is my Tween:
local Tween = TweenService:Create(MainStopper,BlockerUpInfo,{CFrame = MainStopper.CFrame * CFrame.Angles(1,0,0)})
And it goes there:
But it should Rotate like this:
The pivot should be at the bottom - And it is:
But not when playtesting.
Thank you for your help!