local text = script.Parent.Part1.Name.Text local Name = game.Players.LocalPlayer.Name local gui = script.Parent script.Parent.Parent.StartFill.MouseButton1Click:connect(function() script.Parent.Parent.StartFill.Visible = false script.Parent.Parent.CheckApp.Visible = false gui.Visible = true text = (Name) gui:TweenSize(UDim2.new(0,0,0,562), "In", "Quint", 1) wait(1) gui:TweenSize(UDim2.new(0,822,0,562), "In", "Quint", 1) end)
I tried this but it won't work, I want to make it first increase its Y value but when I want to do the X value it doesn't work.