xEnforcer
|
  |
| Joined: 03 Jun 2011 |
| Total Posts: 1077 |
|
|
| 14 May 2016 07:34 PM |
I set the ScrollingFrame's canvas position to 248 (it's maximum), however I keep getting this error:
ScrollingFrame.CanvasPosition set to invalid position (0.000000, 248.000000), clamping to position (0.000000, 0.000000).
Any suggestions on how to get around this? |
|
|
| Report Abuse |
|
xEnforcer
|
  |
| Joined: 03 Jun 2011 |
| Total Posts: 1077 |
|
| |
xEnforcer
|
  |
| Joined: 03 Jun 2011 |
| Total Posts: 1077 |
|
| |
|
| 14 May 2016 09:03 PM |
ScrollingFrame.CanvasPosition = UDim2.new(xsize, 248)
-- maybe this?
-- 4 8 15 16 23 42 |
|
|
| Report Abuse |
|