|
| 02 Oct 2016 08:18 PM |
| I just need an example line because I don't get it from wiki. |
|
|
| Report Abuse |
|
|
| |
|
|
| 02 Oct 2016 08:29 PM |
| Normally in the studio script editor when you are in the process of typing it a hint pops up and gives you a quick explanation about the function. |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2016 08:30 PM |
| gui:TweenSize(UDim2.new(0,endsize,0,endsize),"quad,"out",true,nil)) |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2016 08:41 PM |
| What do I put where there is nil? |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2016 08:42 PM |
| ################################################################################################################################################################################################################################################################################## |
|
|
| Report Abuse |
|
|
| |
|
|
| 02 Oct 2016 08:45 PM |
I cant put comment lines. Remember to always copy your post from now on before posting it.
Here:
script.Parent:TweenSize(UDim2.new(0,0,0,0),"Out","Quad",5,true,nil)
Udim2.new(0,0,0,0) = to the end size
Out = The easing direction
Quad = The easing style
5 = How long it takes to get to its end size
true = Whether or not yo want it to return to its original position. Just keep nil where its at.
|
|
|
| Report Abuse |
|
|
|
| 02 Oct 2016 08:49 PM |
"callback Type: function(TweenStatus) Defaults to: nil"
I need to know how to use it, do I just put function() there or do I do something else? |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2016 08:50 PM |
| Do you want to inv me to studio so I can make one for you? |
|
|
| Report Abuse |
|
|