Advertisement
bmrx13

baseplate

Feb 21st, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.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("Model")
  6. o2 = Instance.new("Part")
  7. o3 = Instance.new("ManualWeld")
  8. o4 = Instance.new("ManualWeld")
  9. o5 = Instance.new("Part")
  10. o6 = Instance.new("ManualWeld")
  11. o7 = Instance.new("Part")
  12. o8 = Instance.new("SurfaceGui")
  13. o9 = Instance.new("TextLabel")
  14. o10 = Instance.new("SpawnLocation")
  15. o11 = Instance.new("Decal")
  16. o12 = Instance.new("Part")
  17. o1.Name = "Sign"
  18. o1.Parent = mas
  19. o2.Parent = o1
  20. o2.Material = Enum.Material.WoodPlanks
  21. o2.BrickColor = BrickColor.new("Reddish brown")
  22. o2.Rotation = Vector3.new(-180, 10, -180)
  23. o2.Size = Vector3.new(0.400000006, 4.80000019, 0.200000003)
  24. o2.CFrame = CFrame.new(-123.709351, 3.40000725, 79.6894302, -0.984808087, 0, 0.173646957, 0, 1, 0, -0.173646957, 0, -0.984808087)
  25. o2.Color = Color3.new(0.411765, 0.25098, 0.156863)
  26. o2.Color = Color3.new(0.411765, 0.25098, 0.156863)
  27. o3.Name = "Part-to-Part Strong Joint"
  28. o3.Parent = o2
  29. o3.C0 = CFrame.new(0.200000003, -2.4000001, -0.100000001, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  30. o3.C1 = CFrame.new(0.199996948, -3.5, 0.100006104, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  31. o4.Name = "Part Terrain Joint"
  32. o4.Parent = o2
  33. o5.Parent = o1
  34. o5.Material = Enum.Material.WoodPlanks
  35. o5.BrickColor = BrickColor.new("Reddish brown")
  36. o5.Rotation = Vector3.new(-180, 10, -180)
  37. o5.Size = Vector3.new(4, 2.20000005, 0.200000003)
  38. o5.CFrame = CFrame.new(-123.744087, 4.50000715, 79.8863983, -0.984808087, 0, 0.173646957, 0, 1, 0, -0.173646957, 0, -0.984808087)
  39. o5.Color = Color3.new(0.411765, 0.25098, 0.156863)
  40. o5.Color = Color3.new(0.411765, 0.25098, 0.156863)
  41. o6.Name = "Part-to-Text Strong Joint"
  42. o6.Parent = o5
  43. o6.C0 = CFrame.new(2, -1.10000002, -0.100000001, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  44. o6.C1 = CFrame.new(2.01499939, -1.10499954, 0.100006104, -1.00000012, 0, -5.96046448e-08, 0, 1, 0, 5.96046448e-08, 0, -1.00000012)
  45. o7.Name = "Text"
  46. o7.Parent = o1
  47. o7.Material = Enum.Material.WoodPlanks
  48. o7.BrickColor = BrickColor.new("Reddish brown")
  49. o7.Rotation = Vector3.new(-180, 10, -180)
  50. o7.Anchored = true
  51. o7.FormFactor = Enum.FormFactor.Custom
  52. o7.Size = Vector3.new(3.97000051, 2.21000004, 0.200000003)
  53. o7.CFrame = CFrame.new(-123.764046, 4.50500679, 80.085968, -0.984807968, 0, 0.173647001, 0, 1, 0, -0.173647001, 0, -0.984807968)
  54. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  55. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  56. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  57. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  58. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  59. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  60. o7.Color = Color3.new(0.411765, 0.25098, 0.156863)
  61. o7.Color = Color3.new(0.411765, 0.25098, 0.156863)
  62. o8.Parent = o7
  63. o8.CanvasSize = Vector2.new(200, 100)
  64. o9.Parent = o8
  65. o9.Size = UDim2.new(1,0,1,0)
  66. o9.Text = "Larger base plate. Go wild."
  67. o9.Active = true
  68. o9.BackgroundColor3 = Color3.new(1, 1, 1)
  69. o9.BackgroundTransparency = 1
  70. o9.Font = Enum.Font.ArialBold
  71. o9.FontSize = Enum.FontSize.Size12
  72. o9.TextColor3 = Color3.new(1, 1, 1)
  73. o9.TextScaled = true
  74. o9.TextStrokeColor3 = Color3.new(0, 0.0117647, 0)
  75. o9.TextStrokeTransparency = 0
  76. o9.TextWrapped = true
  77. o10.Parent = mas
  78. o10.Anchored = true
  79. o10.Size = Vector3.new(6, 1, 6)
  80. o10.CFrame = CFrame.new(-126.519997, 1.50000501, 84.9599991, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  81. o10.BottomSurface = Enum.SurfaceType.Smooth
  82. o10.TopSurface = Enum.SurfaceType.Smooth
  83. o11.Parent = o10
  84. o11.Texture = "rbxasset://textures/SpawnLocation.png"
  85. o11.Face = Enum.NormalId.Top
  86. o12.Parent = mas
  87. o12.Material = Enum.Material.Grass
  88. o12.BrickColor = BrickColor.new("Forest green")
  89. o12.Size = Vector3.new(1804.38928, 1, 2048)
  90. o12.CFrame = CFrame.new(-80.9851685, 0.500003994, 5.99005127, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  91. o12.BottomSurface = Enum.SurfaceType.Smooth
  92. o12.TopSurface = Enum.SurfaceType.Smooth
  93. o12.Color = Color3.new(0.121569, 0.501961, 0.113725)
  94. o12.Color = Color3.new(0.121569, 0.501961, 0.113725)
  95. mas.Parent = workspace
  96. mas:MakeJoints()
  97. local mas1 = mas:GetChildren()
  98. for i=1,#mas1 do
  99. mas1[i].Parent = workspace
  100. ypcall(function() mas1[i]:MakeJoints() end)
  101. end
  102. mas:Destroy()
  103. print('Loaded M2S')
  104. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement