local TS = game:GetService("TweenService")
local Frame = script.MainFrame
local CooldownFrame = Frame:Clone()
local Close = TS:Create(CooldownFrame,TweenInfo.new(0.05,Enum.EasingStyle.Cubic,Enum.EasingDirection.Out),{Size = UDim2(0.15,0,0.1,0)})
im getting 5th line “attempt to call a table value” error, but i dont get meaning and what is wrong