Advertisement
bmrx13

extension

Feb 21st, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. --Originally by PenguinAnonymous. Simplified by WaverlyCole
  2. --Errors:
  3. mas = Instance.new("Model",game:GetService("Lighting"))
  4. mas.Name = "Model2Script"
  5. o1 = Instance.new("Part")
  6. o2 = Instance.new("Part")
  7. o1.Parent = mas
  8. o1.Material = Enum.Material.WoodPlanks
  9. o1.BrickColor = BrickColor.new("Burnt Sienna")
  10. o1.Size = Vector3.new(4, 0.729999959, 69.4400024)
  11. o1.CFrame = CFrame.new(84.75, -0.555249453, -289.720001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  12. o1.BottomSurface = Enum.SurfaceType.Smooth
  13. o1.TopSurface = Enum.SurfaceType.Smooth
  14. o1.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  15. o1.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  16. o2.Parent = mas
  17. o2.Material = Enum.Material.WoodPlanks
  18. o2.BrickColor = BrickColor.new("Burnt Sienna")
  19. o2.Size = Vector3.new(131.800018, 1, 135.649994)
  20. o2.CFrame = CFrame.new(85.7299957, -0.420249403, -390.164734, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  21. o2.BottomSurface = Enum.SurfaceType.Smooth
  22. o2.TopSurface = Enum.SurfaceType.Smooth
  23. o2.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  24. o2.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  25. mas.Parent = workspace
  26. mas:MakeJoints()
  27. local mas1 = mas:GetChildren()
  28. for i=1,#mas1 do
  29. mas1[i].Parent = workspace
  30. ypcall(function() mas1[i]:MakeJoints() end)
  31. end
  32. mas:Destroy()
  33. print('Loaded M2S')
  34. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement