Advertisement
Pukaciu

Untitled

Jul 31st, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. local Model = Instance.new("Model")
  2. Model.Parent = game:GetService("Workspace")
  3.  
  4. local Part = Instance.new("Part")
  5. Part.BottomSurface = Enum.SurfaceType.Smooth
  6. Part.CFrame = CFrame.new(6, 0.75, -26)
  7. Part.Size = Vector3.new(4, 1.5, 4)
  8. Part.TopSurface = Enum.SurfaceType.Smooth
  9. Part.Parent = Model
  10.  
  11. local Part2 = Instance.new("Part")
  12. Part2.BottomSurface = Enum.SurfaceType.Smooth
  13. Part2.CFrame = CFrame.new(6, 2.25, -26)
  14. Part2.Size = Vector3.new(2, 1.5, 2)
  15. Part2.TopSurface = Enum.SurfaceType.Smooth
  16. Part2.Parent = Model
  17.  
  18. local Part3 = Instance.new("Part")
  19. Part3.BottomSurface = Enum.SurfaceType.Smooth
  20. Part3.CFrame = CFrame.new(6, 3.75, -26)
  21. Part3.Size = Vector3.new(1, 1.5, 1)
  22. Part3.TopSurface = Enum.SurfaceType.Smooth
  23. Part3.Parent = Model
  24.  
  25. local Part4 = Instance.new("Part")
  26. Part4.BottomSurface = Enum.SurfaceType.Smooth
  27. Part4.CFrame = CFrame.new(6, 5.25, -26)
  28. Part4.Size = Vector3.new(2, 1.5, 2)
  29. Part4.TopSurface = Enum.SurfaceType.Smooth
  30. Part4.Parent = Model
  31.  
  32. local Part5 = Instance.new("Part")
  33. Part5.BottomSurface = Enum.SurfaceType.Smooth
  34. Part5.CFrame = CFrame.new(6, 6.75, -26)
  35. Part5.Size = Vector3.new(1, 1.5, 1)
  36. Part5.TopSurface = Enum.SurfaceType.Smooth
  37. Part5.Parent = Model
  38.  
  39. local Part6 = Instance.new("Part")
  40. Part6.BottomSurface = Enum.SurfaceType.Smooth
  41. Part6.CFrame = CFrame.new(6, 8.25, -26)
  42. Part6.Size = Vector3.new(2, 1.5, 2)
  43. Part6.TopSurface = Enum.SurfaceType.Smooth
  44. Part6.Parent = Model
  45.  
  46. local Part7 = Instance.new("Part")
  47. Part7.BottomSurface = Enum.SurfaceType.Smooth
  48. Part7.CFrame = CFrame.new(6, 9.75, -26)
  49. Part7.Size = Vector3.new(4, 1.5, 4)
  50. Part7.TopSurface = Enum.SurfaceType.Smooth
  51. Part7.Parent = Model
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement