Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "Model2Script"
- o1 = Instance.new("Part")
- o2 = Instance.new("Part")
- o3 = Instance.new("ManualWeld")
- o4 = Instance.new("ManualWeld")
- o5 = Instance.new("Part")
- o6 = Instance.new("ManualWeld")
- o7 = Instance.new("Part")
- o8 = Instance.new("SurfaceGui")
- o9 = Instance.new("TextLabel")
- o1.Name = "Baseplate"
- o1.Parent = mas
- o1.Material = Enum.Material.Grass
- o1.BrickColor = BrickColor.new("Camo")
- o1.Anchored = true
- o1.FormFactor = Enum.FormFactor.Symmetric
- o1.Size = Vector3.new(2035.91992, 20, 2048)
- o1.CFrame = CFrame.new(-740.56958, -10, -131.810181, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o1.BottomSurface = Enum.SurfaceType.Smooth
- o1.TopSurface = Enum.SurfaceType.Smooth
- o1.Color = Color3.new(0.227451, 0.490196, 0.0823529)
- o1.Color = Color3.new(0.227451, 0.490196, 0.0823529)
- o2.Parent = mas
- o2.Material = Enum.Material.WoodPlanks
- o2.BrickColor = BrickColor.new("Reddish brown")
- o2.Rotation = Vector3.new(-180, -40, -180)
- o2.Size = Vector3.new(0.400000006, 4.80000019, 0.200000003)
- o2.CFrame = CFrame.new(-710.817261, 2.40000772, -96.4138184, -0.766044199, 0, -0.642788172, 0, 1, 0, 0.642788172, 0, -0.766044199)
- o2.Color = Color3.new(0.411765, 0.25098, 0.156863)
- o2.Color = Color3.new(0.411765, 0.25098, 0.156863)
- o3.Name = "Part-to-Part Strong Joint"
- o3.Parent = o2
- o3.C0 = CFrame.new(0.200000003, -2.4000001, -0.100000001, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- o3.C1 = CFrame.new(0.199996948, -3.5, 0.100006104, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- o4.Name = "Part Terrain Joint"
- o4.Parent = o2
- o5.Parent = mas
- o5.Material = Enum.Material.WoodPlanks
- o5.BrickColor = BrickColor.new("Reddish brown")
- o5.Rotation = Vector3.new(-180, -40, -180)
- o5.Size = Vector3.new(4, 2.20000005, 0.200000003)
- o5.CFrame = CFrame.new(-710.688721, 3.50000763, -96.2606049, -0.766044199, 0, -0.642788172, 0, 1, 0, 0.642788172, 0, -0.766044199)
- o5.Color = Color3.new(0.411765, 0.25098, 0.156863)
- o5.Color = Color3.new(0.411765, 0.25098, 0.156863)
- o6.Name = "Part-to-Text Strong Joint"
- o6.Parent = o5
- o6.C0 = CFrame.new(2, -1.10000002, -0.100000001, -1, 0, 0, 0, 1, 0, 0, 0, -1)
- 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)
- o7.Name = "Text"
- o7.Parent = mas
- o7.Material = Enum.Material.WoodPlanks
- o7.BrickColor = BrickColor.new("Reddish brown")
- o7.Rotation = Vector3.new(-180, -40, -180)
- o7.Anchored = true
- o7.FormFactor = Enum.FormFactor.Custom
- o7.Size = Vector3.new(3.97000051, 2.21000004, 0.200000003)
- o7.CFrame = CFrame.new(-710.548645, 3.50500703, -96.1170349, -0.76604414, 0, -0.642788053, 0, 1, 0, 0.642788053, 0, -0.76604414)
- o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o7.Color = Color3.new(0.411765, 0.25098, 0.156863)
- o7.Color = Color3.new(0.411765, 0.25098, 0.156863)
- o8.Parent = o7
- o8.CanvasSize = Vector2.new(200, 100)
- o9.Parent = o8
- o9.Size = UDim2.new(1,0,1,0)
- o9.Text = "way bigger map, ur welcome. - Venom"
- o9.Active = true
- o9.BackgroundColor3 = Color3.new(1, 1, 1)
- o9.BackgroundTransparency = 1
- o9.Font = Enum.Font.ArialBold
- o9.FontSize = Enum.FontSize.Size12
- o9.TextColor3 = Color3.new(1, 1, 1)
- o9.TextScaled = true
- o9.TextStrokeColor3 = Color3.new(0, 0.0117647, 0)
- o9.TextStrokeTransparency = 0
- o9.TextWrapped = true
- 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
Add Comment
Please, Sign In to add comment