|
| 11 Aug 2015 12:10 PM |
script.Parent.MouseButton1Click:connect(function() script.Parent.Parent:TweenPosition(UDim2(-1, 0, 0.1, 0)) script.Parent.Parent.Parent.Frame2:TweenPosition(UDim2(0.1, 0, 0.1, 0)) end)
Just a standard tween, not sure why it doesn't work?
Women are like fine wine, I can't get their tops off |
|
|
| Report Abuse |
|
|
Stefan631
|
  |
| Joined: 23 Dec 2010 |
| Total Posts: 1350 |
|
| |
|
|
| 11 Aug 2015 12:11 PM |
script.Parent.MouseButton1Click:connect(function() script.Parent.Parent:TweenPosition(UDim2.new(-1, 0, 0.1, 0)) script.Parent.Parent.Parent.Frame2:TweenPosition(UDim2.new(0.1, 0, 0.1, 0)) end) |
|
|
| Report Abuse |
|
|
|
| 11 Aug 2015 12:13 PM |
*facepalm*
GG thanks.
Women are like fine wine, I can't get their tops off |
|
|
| Report Abuse |
|
|