|
| 17 Jul 2014 03:36 PM |
DeckCard:TweenPosition(UDim2.new(Cards["Player" .. CurrentUser]["Card" .. #playerHand].X, 0, Cards["Player" .. CurrentUser]["Card" .. #playerHand].Y.Scale, 0), "Out", "Quad", 3, true)
Tl;dr
MoveGUI:TweenPosition(UDim2.new(GUIto.X.Scale, 0, GUIto.Y.Scale, 0), "Out", "Quad", 3, true)
How do I get the X Scale of another GUI to Tween to? This failed. |
|
|
| Report Abuse |
|
|
| 17 Jul 2014 03:38 PM |
XScale, XOffset = GUIto.X YScale, YOffset = GUIto.Y
~The herp lerped a derp~ |
|
|
| Report Abuse |
|
| |