|
| 18 Mar 2015 06:07 AM |
Instead of sliding over a place it just teleports to the place.
I've tried using for loops but it's not the same, it's not as smoothly nor faster like tweening is.
Any one know how to make a GUI slide instead of teleporting? |
|
|
| Report Abuse |
|
|
Proxemics
|
  |
| Joined: 30 Oct 2013 |
| Total Posts: 2542 |
|
| |
|
|
| 18 Mar 2015 06:21 AM |
I've used it already. But like I said, it's not the same. I guess I'll just used fading effects :/ |
|
|
| Report Abuse |
|
|
Proxemics
|
  |
| Joined: 30 Oct 2013 |
| Total Posts: 2542 |
|
|
| 18 Mar 2015 06:21 AM |
| http://wiki.roblox.com/index.php?title=Tweening |
|
|
| Report Abuse |
|
|
|
| 18 Mar 2015 06:49 AM |
:TweenPosition(Position, "Out", "Linear", Time_in_Seconds, true)
Out can be replaced with "In" or "InOut" Linear can be replaced with these: http://wiki.roblox.com/index.php?title=API:Enum/EasingStyle
Time_in_Seconds can be anything. The larger the number, the longer it takes.
true allows it to be overriden, and change direction while still moving. |
|
|
| Report Abuse |
|
|
| |
|