Advertisement
Diamond_Nicholas

Untitled

Jan 27th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. cors = {}
  2. mas = Instance.new("Model",game:GetService("Lighting"))
  3. Part0 = Instance.new("Part")
  4. Part0.Parent = mas
  5. Part0.CFrame = CFrame.new(8.03999901, 10.6200037, -11.5500002, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6. Part0.Position = Vector3.new(8.03999901, 10.6200037, -11.5500002)
  7. Part0.Size = Vector3.new(32.3999977, 21.2399998, 2)
  8. Part0.Anchored = true
  9. Part0.BottomSurface = Enum.SurfaceType.Smooth
  10. Part0.TopSurface = Enum.SurfaceType.Smooth
  11. for i,v in pairs(mas:GetChildren()) do
  12. v.Parent = workspace
  13. pcall(function() v:MakeJoints() end)
  14. end
  15. mas:Destroy()
  16. for i,v in pairs(cors) do
  17. spawn(function()
  18. pcall(v)
  19. end)
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement