War

Lua

War
Nov 19th, 2016
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. repeat
  2.     wait(0.1)
  3.     for i=0, 100 do
  4.         script.Parent.Mesh.Scale=script.Parent.Mesh.Scale+Vector3.new(0, 0.01, 0)
  5.         wait()
  6.     end
  7.     wait()
  8.     for i=0, 100 do
  9.         script.Parent.Mesh.Scale=script.Parent.Mesh.Scale-Vector3.new(0, 0.01, 0)
  10.         wait()
  11.     end
  12. until false
Advertisement
Add Comment
Please, Sign In to add comment