script.Parent.Parent.Visible=true
script.Parent.MouseButton1Click:Connect(function()
local buy = script.Parent.Parent.buy
local open = script.Parent.open--Bool Value
if not open.Value==true then
script.Parent.Parent.Parent.Song:Play()
open.Value=true
buy:TweenPosition(UDim2.new(-6.57, 0,0, 0), 'Out','Elastic',0.7)
print("set to true")
return end--_1
buy:TweenPosition(UDim2.new(2, 40,0, 0), 'Out','Quad',1)
open.Value=false
end)