Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local UIElement = script.Parent
  2.  
  3. local TweenService = game:GetService("TweenService")
  4. --/--
  5. local Info = TweenInfo.new(
  6. ...,
  7. ...,
  8. ...,
  9. ...,
  10. ...,
  11. ...,
  12. )
  13. --/--
  14. local Tween = TweenService:Create(UIElement, Info, ...)
  15. Tween:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement