Advertisement
spicecode

test60

Dec 3rd, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2. wait(1)
  3. person = "KryptedUnit"
  4. workspace[person].Archivable = true
  5. j = workspace[person]:Clone()
  6. j.Name = person.." is a frog"
  7. j.Parent = workspace
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement