Advertisement
VoidScript

Map22

May 21st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. ---Created by KinqAndi---
  2. --Model To Script Converter--
  3.  
  4. local Model = Instance.new("Model", game:GetService("Workspace"))
  5. Model.Name = "Base"
  6. ---------------------------------------------
  7. local Part1 = Instance.new("Part", Model)
  8. Part1.Name = "Baseplate"
  9. Part1.Reflectance = 0
  10. Part1.Transparency = 0
  11. Part1.Anchored = true
  12. Part1.Archivable = true
  13. Part1.CanCollide = true
  14. Part1.Locked = true
  15. Part1.BrickColor = BrickColor.new("Light orange")
  16. Part1.Material = Enum.Material.Sand
  17. Part1.Position = Vector3.new(0, -10, 0)
  18. Part1.Size = Vector3.new(512, 20, 512)
  19. Part1.Rotation = Vector3.new(0, 0, 0)
  20. ---------------------------------------------
  21. local Part2 = Instance.new("Part", Model)
  22. Part2.Name = "Part"
  23. Part2.Reflectance = 0
  24. Part2.Transparency = 0
  25. Part2.Anchored = false
  26. Part2.Archivable = true
  27. Part2.CanCollide = true
  28. Part2.Locked = false
  29. Part2.BrickColor = BrickColor.new("Reddish brown")
  30. Part2.Material = Enum.Material.WoodPlanks
  31. Part2.Position = Vector3.new(106.85938262939, 4.1500115394592, 71.839950561523)
  32. Part2.Size = Vector3.new(0.69166672229767, 8.3000001907349, 0.34583336114883)
  33. Part2.Rotation = Vector3.new(-180, -80, -180)
  34. ---------------------------------------------
  35. local Part3 = Instance.new("Part", Model)
  36. Part3.Name = "Part"
  37. Part3.Reflectance = 0
  38. Part3.Transparency = 0
  39. Part3.Anchored = false
  40. Part3.Archivable = true
  41. Part3.CanCollide = true
  42. Part3.Locked = false
  43. Part3.BrickColor = BrickColor.new("Reddish brown")
  44. Part3.Material = Enum.Material.WoodPlanks
  45. Part3.Position = Vector3.new(107.19997406006, 6.0520949363708, 71.900009155273)
  46. Part3.Size = Vector3.new(6.9166665077209, 3.8041667938232, 0.34583336114883)
  47. Part3.Rotation = Vector3.new(-180, -80, -180)
  48. ---------------------------------------------
  49. local Part4 = Instance.new("Part", Model)
  50. Part4.Name = "Text"
  51. Part4.Reflectance = 0
  52. Part4.Transparency = 0
  53. Part4.Anchored = true
  54. Part4.Archivable = true
  55. Part4.CanCollide = true
  56. Part4.Locked = false
  57. Part4.BrickColor = BrickColor.new("Reddish brown")
  58. Part4.Material = Enum.Material.WoodPlanks
  59. Part4.Position = Vector3.new(107.54513549805, 6.0607442855835, 71.934471130371)
  60. Part4.Size = Vector3.new(6.8647923469543, 3.8214585781097, 0.34583336114883)
  61. Part4.Rotation = Vector3.new(-180, -80, -180)
  62. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement