Advertisement
DrakerMaker

InTeNsE pArKoUr

Nov 2nd, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. -- Thanks for using Mod2S by NopeUsername
  2. local functions = {}
  3. function sandbox(script, func)
  4. local oldEnv = getfenv(func)
  5.  
  6. local newEnv = setmetatable({}, {
  7. __index = function(self,k)
  8. if k == "script" then
  9. return script
  10. else
  11. return oldEnv[k]
  12. end
  13. end,
  14. })
  15.  
  16. return setfenv(func, newEnv)
  17. end
  18.  
  19. local mas = Instance.new("Model", game:GetService("Lighting"))
  20. -- DECLARING VARIABLES
  21.  
  22. local Model = Instance.new("Model")
  23. local Part = Instance.new("Part")
  24. local Part_1 = Instance.new("Part")
  25. local Part_2 = Instance.new("Part")
  26. local Part_3 = Instance.new("Part")
  27. local Part_4 = Instance.new("Part")
  28. local Part_5 = Instance.new("Part")
  29. local Part_6 = Instance.new("Part")
  30. local Part_7 = Instance.new("Part")
  31.  
  32. -- SETTING PROPERTIES
  33.  
  34. Model.Parent = mas
  35.  
  36. Part.Shape = Enum.PartType.Cylinder
  37. Part.BottomSurface = Enum.SurfaceType.Smooth
  38. Part.CFrame = CFrame.new(-63.671,6.71,-86.963,0,-1,0,-1,0,0,0,0,-1)
  39. Part.Material = Enum.Material.Metal
  40. Part.Size = Vector3.new(13.42,0.52,0.46)
  41. Part.TopSurface = Enum.SurfaceType.Smooth
  42. Part.Parent = Model
  43.  
  44. Part_1.Shape = Enum.PartType.Cylinder
  45. Part_1.BottomSurface = Enum.SurfaceType.Smooth
  46. Part_1.CFrame = CFrame.new(-64.074,6.84,-52.986,0,-1,0,-1,0,0,0,0,-1)
  47. Part_1.Color = Color3.new(0,1,0)
  48. Part_1.Material = Enum.Material.Neon
  49. Part_1.Size = Vector3.new(13.68,5.38,4.91)
  50. Part_1.TopSurface = Enum.SurfaceType.Smooth
  51. Part_1.Parent = Model
  52.  
  53. Part_2.Shape = Enum.PartType.Cylinder
  54. Part_2.BottomSurface = Enum.SurfaceType.Smooth
  55. Part_2.CFrame = CFrame.new(-64.074,6.71,-53.031,0,-1,0,-1,0,0,0,0,-1)
  56. Part_2.Material = Enum.Material.Metal
  57. Part_2.Size = Vector3.new(13.42,5.38,5.36)
  58. Part_2.TopSurface = Enum.SurfaceType.Smooth
  59. Part_2.Parent = Model
  60.  
  61. Part_3.Shape = Enum.PartType.Cylinder
  62. Part_3.BottomSurface = Enum.SurfaceType.Smooth
  63. Part_3.CFrame = CFrame.new(-64.097,7.57,-76.767,0,-1,0,-1,0,0,0,0,-1)
  64. Part_3.Material = Enum.Material.Metal
  65. Part_3.Size = Vector3.new(15.14,0.52,0.46)
  66. Part_3.TopSurface = Enum.SurfaceType.Smooth
  67. Part_3.Parent = Model
  68.  
  69. Part_4.Shape = Enum.PartType.Cylinder
  70. Part_4.BottomSurface = Enum.SurfaceType.Smooth
  71. Part_4.CFrame = CFrame.new(-63.6,2.615,-102.136,0,-1,0,-1,0,0,0,0,-1)
  72. Part_4.Material = Enum.Material.Metal
  73. Part_4.Size = Vector3.new(5.23,7.04,10.52)
  74. Part_4.TopSurface = Enum.SurfaceType.Smooth
  75. Part_4.Parent = Model
  76.  
  77. Part_5.BottomSurface = Enum.SurfaceType.Smooth
  78. Part_5.CFrame = CFrame.new(-63.96,8.525,-96.137,0,0,1,-0.428,0.904,0,-0.904,-0.428,0)
  79. Part_5.Color = Color3.new(0.906,0.906,0.925)
  80. Part_5.Material = Enum.Material.Wood
  81. Part_5.Size = Vector3.new(19.37,1,2)
  82. Part_5.TopSurface = Enum.SurfaceType.Smooth
  83. Part_5.Parent = Model
  84.  
  85. Part_6.Shape = Enum.PartType.Cylinder
  86. Part_6.BottomSurface = Enum.SurfaceType.Smooth
  87. Part_6.CFrame = CFrame.new(-70.576,9.23,-68.658,0,-1,0,-1,0,0,0,0,-1)
  88. Part_6.Material = Enum.Material.Metal
  89. Part_6.Size = Vector3.new(18.46,0.52,0.46)
  90. Part_6.TopSurface = Enum.SurfaceType.Smooth
  91. Part_6.Parent = Model
  92.  
  93. Part_7.BottomSurface = Enum.SurfaceType.Smooth
  94. Part_7.CFrame = CFrame.new(-63.902,23.176,-62.414,-0.787,0,0.616,-0.264,0.904,-0.337,-0.557,-0.428,-0.712)
  95. Part_7.Color = Color3.new(0.906,0.906,0.925)
  96. Part_7.Material = Enum.Material.Wood
  97. Part_7.Size = Vector3.new(12.2,1.83,0.22)
  98. Part_7.TopSurface = Enum.SurfaceType.Smooth
  99. Part_7.Parent = Model
  100.  
  101.  
  102. for i,v in ipairs(functions) do
  103. spawn(function()
  104. pcall(v)
  105. end)
  106. end
  107. for i,v in ipairs(mas:GetChildren()) do
  108. v.Parent = workspace
  109. end
  110. mas:Destroy()
  111.  
  112.  
  113. for i,v in ipairs(Model:GetChildren()) do
  114. v.Anchored = true
  115. v.Locked = true
  116. v.Parent = owner.Character.Humanoid
  117. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement