So I’m trying to tween this:
newQuest.QuestBarBackground.QuestBar:TweenSize(
UDim2.new(0, 200,0, 20),
Enum.EasingDirection.In,
Enum.EasingStyle.Quad,
1,
true
)
but then I get this error: Can only tween objects in the workspace
btw new quest si a clone of a frame pls help