I don't have any other thing named CustomizeGui but here is my script and other stuff. There are some screenshots. The links are screenshots to give some context because the title isn't the best worded title I had in mind.
First link: https://ibb.co/j4yRzzN
Second link: https://ibb.co/Bw3qnQY
local textButton = script.Parent textButton.MouseButton1Click:Connect(function() local frame = script.Parent.Parent.Parent.CustomizeGui.Frame frame:TweenPosition(UDim2.new(0.879, 0,0, 0)) frame.Visible = true end)
local textButton = script.Parent textButton.MouseButton1Click:Connect(function() local frame = textButton.Parent frame.Visible = true frame:TweenPosition(UDim2.new(0.879, 0,0, 0), "Out", "Quart", 1) end)
if it doesn't work too, dm me at