Zeekerss
|
  |
| Joined: 29 Nov 2011 |
| Total Posts: 5026 |
|
|
| 16 May 2015 09:46 PM |
I'm new to GUI tweening. It's something that I'm learning about right now.
This is what I tried to do v v v v v v v
script.Parent:TweenPosition(UDim2.new(0, -300, 0, 80), UDim2.new(0, 10, 0.5, 20), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 1)
this is what came in the output
19:42:21.975 - Unable to cast token to float
I can't figure out what that means. |
|
|
| Report Abuse |
|
Zeekerss
|
  |
| Joined: 29 Nov 2011 |
| Total Posts: 5026 |
|
|
| 16 May 2015 09:48 PM |
ALREADY FIXED IT FOR MYSELF
I got rid of the first position and just wrote script.Parent:TweenPosition(UDim2.new(0, 10, 0.5, 20), Enum.EasingDirection.InOut, Enum.EasingStyle.Quad, 1)
yay |
|
|
| Report Abuse |
|