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")
- o1.Parent = mas
- o1.Material = Enum.Material.Grass
- o1.BrickColor = BrickColor.new("Forest green")
- o1.Size = Vector3.new(1804.38928, 1, 2048)
- o1.CFrame = CFrame.new(-80.9851685, 0.500003994, 5.99005127, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- o1.BottomSurface = Enum.SurfaceType.Smooth
- o1.TopSurface = Enum.SurfaceType.Smooth
- o1.Color = Color3.new(0.121569, 0.501961, 0.113725)
- o1.Color = Color3.new(0.121569, 0.501961, 0.113725)
- 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