Advertisement
Josemmoya

hello void script builder script dwellers

Mar 5th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local urmom = owner.Character.Head.Position
  2.  
  3. while wait() do
  4. for _, a in pairs(workspace:GetDescendants()) do
  5. pcall(function() if a:IsA'BasePart' then for i = 1, 50 do local b = a:Clone() b.Parent = a b:Clone().Parent = b a.Parent = b a.Position = urmom.Position + Vector3.new(math.random(-120, 120), math.random(-120, 120), math.random(-120, 120)) end end end)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement