Advertisement
dahpiglz

list

Aug 11th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local m = game.Workspace
  2. while true do
  3. wait(1)
  4. local list = ("Workspace: ")
  5. p = game.Players.LocalPlayer
  6. for i,v in pairs(m:GetChildren()) do
  7. local item = v
  8. if v.Name ~= ("Terrain") then
  9. local clone = item:Clone()
  10. clone.Parent = item.Parent
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement