Почему не работает скрипт в роблоксе local CFramePart = script.Parent.Parent.Parent.Dooor2.Part.CFrame local CFrameUnion = script.Parent.Parent.Parent.Dooor2.Union.CFrame local CFrameUnion1 = script.Parent.Parent.Parent.Dooor2.Union1.CFrame local TweenService = game:GetService("TweenService") local TweenInformation = http://TweenInfo.new (1) local TweenA = TweenService:Create(script.Parent.Parent.Parent.Dooor2.Part, TweenInformation, {CFrame = CFramePart}) local TweenB = TweenService:Create(script.Parent.Parent.Parent.Dooor2.Union, TweenInformation, {CFrame = CFrameUnion}) local TweenC = TweenService:Create(script.Parent.Parent.Parent.Dooor2.Union1, TweenInformation, {CFrame = CFrameUnion1}) script.Parent.ProximityPrompt.Triggered(function() print("dklak,") TweenA:Play() TweenB:Play() TweenC:Play() end)