of     1   

Accost
#139505704Monday, July 07, 2014 5:37 AM GMT

How do I set my GUI pictures to the center of the screen of every player?
Sasayaki
#139507494Monday, July 07, 2014 6:01 AM GMT

UDim2.new ( .5, -Gui.AbsoluteSize.X/2, .5, -Gui.AbsoluteSize.Y/2 )
smiley599
#139512140Monday, July 07, 2014 7:12 AM GMT

Hi accost Always use Scale for size so if it's something like {.4,0},{.4,0} then the Postion must be {.3,0},{.3,0} because it's .5-(half of X size) and .5-(half Y size)

    of     1