|
| 26 Jul 2016 03:03 PM |
while true do local wt = script.Parent.waittime.Value bar:TweenSize(UDim2.new(1,0,1,0), wt) wait(wt) bar.Size = UDim2.new(1,0,0,0) end
waittime's value is 5. It worked fine when I had it set to 1, but now it's not working. I know what a double is and all that, but this error (unable to cast double to token) has never happened before, and I don't know how to fix it.
|
|
|
| Report Abuse |
|
| |
| |
2eggnog
|
  |
| Joined: 08 Nov 2008 |
| Total Posts: 1351 |
|
|
| 26 Jul 2016 03:31 PM |
bool TweenSize ( UDim2 endSize, EasingDirection easingDirection = Out, EasingStyle easingStyle = Quad, float time = 1, bool override = false, function(TweenStatus) callback = nil )
|
|
|
| Report Abuse |
|