Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Position1 = {
- Position = Vector3.new(1156, 30, -521.5)
- }
- local TwennInfo = TweenInfo.new(120)
- local Tween1 = TweenService:Create(workspace.WaterRising,TwennInfo,Position1)
- Tween1:Play()
- for i = 120,0,-1 do
- TopText.Value = "Reach To The Top( "..i.." )"
- wait(1)
- end
- TopText.Value = 'None'
- Tween1:Cancel()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement