Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Originally by PenguinAnonymous. Simplified by WaverlyCole
- --Errors:
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "Model2Script"
- o1 = Instance.new("Part")
- o2 = Instance.new("Part")
- o3 = Instance.new("Part")
- o4 = Instance.new("Part")
- o5 = Instance.new("Part")
- o1.Parent = mas
- o1.Material = Enum.Material.Cobblestone
- o1.BrickColor = BrickColor.new("Nougat")
- o1.Rotation = Vector3.new(0, 0, 89)
- o1.Anchored = true
- o1.Shape = Enum.PartType.Cylinder
- o1.Size = Vector3.new(6.5, 6.5, 9)
- o1.CFrame = CFrame.new(6.18437767, 0.738763571, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
- o1.BottomSurface = Enum.SurfaceType.Smooth
- o1.TopSurface = Enum.SurfaceType.Smooth
- o1.Color = Color3.new(0.8, 0.556863, 0.411765)
- o1.Color = Color3.new(0.8, 0.556863, 0.411765)
- o2.Parent = mas
- o2.Material = Enum.Material.Neon
- o2.BrickColor = BrickColor.new("Institutional white")
- o2.Rotation = Vector3.new(0, 0, 89)
- o2.Anchored = true
- o2.Shape = Enum.PartType.Cylinder
- o2.Size = Vector3.new(0.5, 7, 10)
- o2.CFrame = CFrame.new(6.18732309, 2.73901677, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
- o2.BottomSurface = Enum.SurfaceType.Smooth
- o2.TopSurface = Enum.SurfaceType.Smooth
- o2.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o2.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o3.Parent = mas
- o3.Material = Enum.Material.DiamondPlate
- o3.BrickColor = BrickColor.new("Institutional white")
- o3.Rotation = Vector3.new(0, 0, 89)
- o3.Anchored = true
- o3.Shape = Enum.PartType.Cylinder
- o3.Size = Vector3.new(0.100000016, 7, 10)
- o3.CFrame = CFrame.new(6.21000671, 4.03881979, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
- o3.BottomSurface = Enum.SurfaceType.Smooth
- o3.TopSurface = Enum.SurfaceType.Smooth
- o3.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o3.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o4.Parent = mas
- o4.Material = Enum.Material.Neon
- o4.BrickColor = BrickColor.new("Institutional white")
- o4.Rotation = Vector3.new(0, 0, 89)
- o4.Anchored = true
- o4.Shape = Enum.PartType.Cylinder
- o4.Size = Vector3.new(0.5, 9.6000042, 10.1000004)
- o4.CFrame = CFrame.new(6.23844528, -0.0623020679, 3.94999981, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
- o4.BottomSurface = Enum.SurfaceType.Smooth
- o4.TopSurface = Enum.SurfaceType.Smooth
- o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o5.Parent = mas
- o5.Material = Enum.Material.Neon
- o5.BrickColor = BrickColor.new("Institutional white")
- o5.Rotation = Vector3.new(0, 0, 89)
- o5.Anchored = true
- o5.Shape = Enum.PartType.Cylinder
- o5.Size = Vector3.new(0.5, 7, 10)
- o5.CFrame = CFrame.new(6.16114998, 1.23924494, 4, 0.0174489971, -0.99984777, 0, 0.99984777, 0.0174489971, 0, 0, 0, 1)
- o5.BottomSurface = Enum.SurfaceType.Smooth
- o5.TopSurface = Enum.SurfaceType.Smooth
- o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
- o5.Color = Color3.new(0.972549, 0.972549, 0.972549)
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- print('Loaded M2S')
- script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement