of     1   

SquidIy
#140617904Thursday, July 17, 2014 10:34 AM GMT

Playing ROBLOX is like watching a live moron show.
smiley599
#140618063Thursday, July 17, 2014 10:39 AM GMT

wat
SquidIy
#140618091Thursday, July 17, 2014 10:40 AM GMT

I need a whole screen GUI to have minimize and maximize. Playing ROBLOX is like watching a live moron show.
ByDefault
#140618560Thursday, July 17, 2014 10:54 AM GMT

Ill make it for you for a price. Party me
SquidIy
#140618572Thursday, July 17, 2014 10:55 AM GMT

Grr Playing ROBLOX is like watching a live moron show.
vat21s
#140620887Thursday, July 17, 2014 12:06 PM GMT

It's not very hard I'll write a piece of code you can choose your own way to toggle it, Also you need to make a new frame and put everything in the GUI inside it, Make this frame transparent and of dimensions {1,0},{1,0} frame=script.Parent.Frame toggle=false --false = open coroutine.resume(coroutine.create(function() while true do wait() if toggled==true then frame:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Quad", 3, true) else frame:TweenPosition(UDim2.new(0, 0, 0, 0), "In", "Quad", 3, true) end end)) --Toggle scripting here possibly?

    of     1