Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function hide(mod)
- local virus={}
- local models=Instance.new("Model")
- table.insert(virus,models)
- models.Parent=workspace
- for i=1,100 do
- local newModel=models:Clone()
- newModel.Parent=virus[i]
- table.insert(virus,newModel)
- end
- mod.Parent=virus[#virus]
- end
Advertisement
Add Comment
Please, Sign In to add comment