Advertisement
DrawingJhon

(Script) for i, v in pairs 2

May 14th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local Model1 = Instance.new("Model", game.Workspace)
  2. local ns = game.Workspace:GetChildren()
  3.  
  4. for i, v in pairs(ns) do
  5. if v:IsA("Part") then
  6. v.Parent = Model1
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement