Advertisement
Sungmingamerpro13

Time for Lavarising

Feb 4th, 2023 (edited)
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. local Position1 = {
  2.     Position = Vector3.new(1156, 30, -521.5)
  3. }
  4. local TwennInfo = TweenInfo.new(120)
  5. local Tween1 = TweenService:Create(workspace.WaterRising,TwennInfo,Position1)
  6.  
  7. Tween1:Play()
  8.  
  9. for i = 120,0,-1 do
  10.     TopText.Value = "Reach To The Top( "..i.." )"
  11.     wait(1)
  12. end
  13. TopText.Value = 'None'
  14.  
  15. Tween1:Cancel()
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement