Qwartarz

Untitled

May 16th, 2015
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. numone = 58
  2. numtwo = 58
  3. while true do
  4. for i = 1, numone do
  5. gatekeeper=gatekeeper.Position + Vector3.new(0,0.4,0)
  6. wait(0.1)
  7. end
  8. wait(15)
  9. for i = 1, numtwo do
  10. gatekeeper=gatekeeper.Position - Vector3.new(0,0.4,0)
  11. wait(0.1)
  12. end
  13. wait(15)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment