Advertisement
bmrx13

REEEEEEE

Feb 21st, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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. o1.Parent = mas
  7. o1.Material = Enum.Material.Grass
  8. o1.BrickColor = BrickColor.new("Forest green")
  9. o1.Size = Vector3.new(1804.38928, 1, 2048)
  10. o1.CFrame = CFrame.new(-80.9851685, 0.500003994, 5.99005127, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  11. o1.BottomSurface = Enum.SurfaceType.Smooth
  12. o1.TopSurface = Enum.SurfaceType.Smooth
  13. o1.Color = Color3.new(0.121569, 0.501961, 0.113725)
  14. o1.Color = Color3.new(0.121569, 0.501961, 0.113725)
  15. mas.Parent = workspace
  16. mas:MakeJoints()
  17. local mas1 = mas:GetChildren()
  18. for i=1,#mas1 do
  19. mas1[i].Parent = workspace
  20. ypcall(function() mas1[i]:MakeJoints() end)
  21. end
  22. mas:Destroy()
  23. print('Loaded M2S')
  24. script:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement