script.Parent.Triggered:Connect(function() local TweenService = game:GetService("TweenService") local part = script.Parent.Parent part.Position = script.Parent.Parent.Position part.Anchored = true local goal = {} goal.Position = script.Parent.Parent.Parent.Opened.Position local tweenInfo = TweenInfo.new(1) local tween = TweenService:Create(part, tweenInfo, goal) tween:Play() end)
why does this tween the other things? I will show a video https://cdn.discordapp.com/attachments/677241858765881345/836273885594386432/Screen_Recording_2021-04-26_at_9.12.22_AM.mov