Hello, I have the following code:
TweenService:Create(script.Parent.RoleChoice, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), { Position = UDim2.fromScale(0, 0) }):Play()
Whenever this tween finishes (because it runs properly), the Frame called RoleChoice just disappears out of thin air. Explorer says it’s still where it’s supposed to be. I am confused.
I do not reference the RoleChoice frame anywhere else which would conflict with this tween! It also happens in the main game, not just in Studio.