of     1   

memonkey16
#137157509Monday, June 16, 2014 12:39 PM GMT

I want to know how to move the place of the GUI on your screen, how would I do that?
smiley599
#137157538Monday, June 16, 2014 12:40 PM GMT

GUI.Position=UDim2.new(0,0,0,0) Or you can use TweenPosition (look it up).

    of     1