-
What do you want to achieve?
I am making a button with a glass case, and once I fire a RemoteEvent the glass will lift on a pivot. -
What is the issue?
Whenever I try to rotate the part in TweenService. It rotates the part the right way, but not on the pivot point I have set. Here is what I want it to do:
Here is what it does:
-
What solutions have you tried so far? I looked at videos and dev forum and found nothing. This is my code right now :
part.Orientation = Vector3.new(0,0,30) --Starting Orientation local tweenopen = tweenService:Create(part, tweenInfo, {Orientation = Vector3.new(0,0,-60)})
It would be greatly appreciated if someone could help!