maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 12 Jun 2014 09:54 PM |
| I'm rotating the brick, and it looks choppy :c |
|
|
| Report Abuse |
|
|
|
| 12 Jun 2014 09:56 PM |
Centered? UDim2.new(0.5,0,0.5,0)
Depending on the size you may have to adjust those numbers |
|
|
| Report Abuse |
|
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 12 Jun 2014 09:58 PM |
| It's bigger than the brick itself, sorry. |
|
|
| Report Abuse |
|
|
|
| 12 Jun 2014 10:09 PM |
Oh!
Change the size to 0.5,0,0.5,0
You're auto using both the scale and actual size of the gui, try using one or the other. |
|
|
| Report Abuse |
|
|
Foxconn
|
  |
| Joined: 20 Feb 2011 |
| Total Posts: 275 |
|
|
| 12 Jun 2014 10:59 PM |
| Frame.Position = UDim2.new(0.5,-Frame.Size.X.Offset/2,0.5,-Frame.Size.Y.Offset/2) |
|
|
| Report Abuse |
|
|
maxomega3
|
  |
| Joined: 11 Jun 2010 |
| Total Posts: 10668 |
|
|
| 12 Jun 2014 11:08 PM |
| By using just offset, I was able to center it. Thanks, all who helped. |
|
|
| Report Abuse |
|
|