Advertisement
iDevDesire

Tweening Example

Oct 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. script.Parent.MouseButton1Click:connect(function()
  2.     script.Parent.Parent.Ect.Visible = true
  3.     wait(1)
  4.     script.Parent.Parent.Ect:TweenPosition(UDim2.new(1.05, 0,0, 0), "Out", "Quad", 1)
  5.     wait(5)
  6.     script.Parent.Parent.Ect.Visible = false
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement