Advertisement
spacemonkey3591

Untitled

Apr 16th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. --
  2. script.Parent = nil
  3. dog = 0
  4. while true do
  5. wait()
  6. print("dog: "..dog)
  7. dog = dog +1
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement