of     1   

DANCOOK23
#90294462Tuesday, February 26, 2013 1:07 AM GMT

..
epichris
#90296864Tuesday, February 26, 2013 1:30 AM GMT

So, you want to drag the Gui's.
Chipmonky
#90297543Tuesday, February 26, 2013 1:36 AM GMT

[ Content Deleted ]
epichris
#90298538Tuesday, February 26, 2013 1:44 AM GMT

---------------------------------------------------------------------- -----------------------By Apocalyps------------------------------- --When using this, it would be nice if you gave credit!--- ---------------------------------------------------------------------- ---------------------------------------------------------------------- script.Parent.MouseButton1Down:connect(function(x,y) local startPos = script.Parent.Position local conn = script.Parent.MouseMoved:connect(function(X,Y) script.Parent.Position = startPos + UDim2.new(0,X-x,0,Y-y) end) script.Parent.MouseButton1Up:wait() conn:disconnect() end) Copy above. Script is not mine.
evolvedpikachu
#90301859Tuesday, February 26, 2013 2:14 AM GMT

Online mode: Make the Draggable property true. Studio Mode: Use dat Position property.
LamborghiniAventa
#90330630Tuesday, February 26, 2013 2:19 PM GMT

Mhmm, in properties, under the button, or, textlabel, or whatever your using, click drag able. You could also go into properties, and set the coordinates in "position".

    of     1