|
| 03 Nov 2017 07:18 PM |
I'm new to scripting, I'm animating a GUI, I made this script but it works until the wait (0.2)
------------------------------------------------------------------------------------------ wait(1) script.Parent.Visible = true script.Parent:TweenSize(UDim2.new(0, 520,0, 520),"Out", "Linear") script.Parent:TweenPosition(UDim2.new(0.264, 0,0.186, 0),"Out", "Linear") wait(0.2) script.Parent:TweenPosition(UDim2.new(0.264, 0,0.021, 0),"Out", "Linear")
--[[ {0.485, 0},{0.479, 0} {0, 34},{0, 34} --]] |
|
|
| Report Abuse |
|
| |
|
| 03 Nov 2017 07:22 PM |
| ### ###### sense. Mind = Blown |
|
|
| Report Abuse |
|
| |