Advertisement
bmrx13

show case stand

Feb 25th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 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. o3 = Instance.new("Part")
  8. o4 = Instance.new("Part")
  9. o5 = Instance.new("Part")
  10. o1.Parent = mas
  11. o1.Material = Enum.Material.Cobblestone
  12. o1.BrickColor = BrickColor.new("Nougat")
  13. o1.Rotation = Vector3.new(0, 0, 89)
  14. o1.Anchored = true
  15. o1.Shape = Enum.PartType.Cylinder
  16. o1.Size = Vector3.new(6.5, 6.5, 9)
  17. o1.CFrame = CFrame.new(6.18437767, 0.738763571, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
  18. o1.BottomSurface = Enum.SurfaceType.Smooth
  19. o1.TopSurface = Enum.SurfaceType.Smooth
  20. o1.Color = Color3.new(0.8, 0.556863, 0.411765)
  21. o1.Color = Color3.new(0.8, 0.556863, 0.411765)
  22. o2.Parent = mas
  23. o2.Material = Enum.Material.Neon
  24. o2.BrickColor = BrickColor.new("Institutional white")
  25. o2.Rotation = Vector3.new(0, 0, 89)
  26. o2.Anchored = true
  27. o2.Shape = Enum.PartType.Cylinder
  28. o2.Size = Vector3.new(0.5, 7, 10)
  29. o2.CFrame = CFrame.new(6.18732309, 2.73901677, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
  30. o2.BottomSurface = Enum.SurfaceType.Smooth
  31. o2.TopSurface = Enum.SurfaceType.Smooth
  32. o2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  33. o2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  34. o3.Parent = mas
  35. o3.Material = Enum.Material.DiamondPlate
  36. o3.BrickColor = BrickColor.new("Institutional white")
  37. o3.Rotation = Vector3.new(0, 0, 89)
  38. o3.Anchored = true
  39. o3.Shape = Enum.PartType.Cylinder
  40. o3.Size = Vector3.new(0.100000016, 7, 10)
  41. o3.CFrame = CFrame.new(6.21000671, 4.03881979, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
  42. o3.BottomSurface = Enum.SurfaceType.Smooth
  43. o3.TopSurface = Enum.SurfaceType.Smooth
  44. o3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  45. o3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  46. o4.Parent = mas
  47. o4.Material = Enum.Material.Neon
  48. o4.BrickColor = BrickColor.new("Institutional white")
  49. o4.Rotation = Vector3.new(0, 0, 89)
  50. o4.Anchored = true
  51. o4.Shape = Enum.PartType.Cylinder
  52. o4.Size = Vector3.new(0.5, 9.6000042, 10.1000004)
  53. o4.CFrame = CFrame.new(6.23844528, -0.0623020679, 3.94999981, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
  54. o4.BottomSurface = Enum.SurfaceType.Smooth
  55. o4.TopSurface = Enum.SurfaceType.Smooth
  56. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  57. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  58. o5.Parent = mas
  59. o5.Material = Enum.Material.Neon
  60. o5.BrickColor = BrickColor.new("Institutional white")
  61. o5.Rotation = Vector3.new(0, 0, 89)
  62. o5.Anchored = true
  63. o5.Shape = Enum.PartType.Cylinder
  64. o5.Size = Vector3.new(0.5, 7, 10)
  65. o5.CFrame = CFrame.new(6.16114998, 1.23924494, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
  66. o5.BottomSurface = Enum.SurfaceType.Smooth
  67. o5.TopSurface = Enum.SurfaceType.Smooth
  68. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  69. o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  70. mas.Parent = workspace
  71. mas:MakeJoints()
  72. local mas1 = mas:GetChildren()
  73. for i=1,#mas1 do
  74. mas1[i].Parent = workspace
  75. ypcall(function() mas1[i]:MakeJoints() end)
  76. end
  77. mas:Destroy()
  78. print('Loaded M2S')
  79. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement