-
What do you want to achieve? That my two tweens play normally
-
What is the issue? On of the two tweens doesn’t play properly
-
What solutions have you tried so far? I’ve tried looking but I couldn’t find anything
Here is the code: (Its not the whole code)
local doorTweenInfo = TweenInfo.new(2,Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0) --Creates the door tween
local TweenService = game:GetService('TweenService')
--A part later in the script
TweenService:Create(enterDoor, doorTweenInfo, {CFrame = enterDoor.OpenLeftDoor.CFrame}):Play()
I hope someone can help!