I don't know how to fix this can y'all help [The error is on line 13]?
local leftDoor = script.Parent
local Prompt = game.Workspace.DoubleDoors1.KeyCardReader.RedPart.Attachment.ProximityPrompt
local TweenService = game:GetService("TweenService")
local TweenInfo = TweenInfo.new(1,Enum.EasingStyle.Exponential,Enum.EasingDirection.Out, 0, false, 0)
local Property1 = {
CFrame = CFrame.new(36.461,9.95,11)
--removed leftdoor as it is an entirely new cframe
}
Prompt.Triggered:Connect(function()
print("Prompt Triggered")
local tween = TweenService(leftDoor,TweenInfo,Property1)
tween:Play()
end)
** You are now Level 2! **