1x1x1x1IAMbck

spam

May 10th, 2018
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.20 KB | None | 0 0
  1. thing = Instance.new("Part", game.Workspace)
  2. thing.CanCollide = true
  3. thing.Position = Vector3.new(21,0,10)
  4. thing.BrickColor = BrickColor.new("Dirt brown")
  5. thing.Size = Vector3.new(3,1,5)
  6. thing.Anchored = true
  7. thing.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8. thing.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9. thing.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  10. thing.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  11. thing.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  12. thing.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  13. thing1 = Instance.new("Part", game.Workspace)
  14. thing1.CanCollide = true
  15. thing1.Position = Vector3.new(20,1,10)
  16. thing1.BrickColor = BrickColor.new("Dirt brown")
  17. thing1.Size = Vector3.new(1,4,5)
  18. thing1.Anchored = true
  19. thing1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  20. thing1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  21. thing1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  22. thing1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  23. thing1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  24. thing1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  25. boxw = Instance.new("Part", game.Workspace)
  26. boxw.CanCollide = true
  27. boxw.Position = Vector3.new(20,0,7.1)
  28. boxw.BrickColor = BrickColor.new("Dirt brown")
  29. boxw.Size = Vector3.new(5,4,1)
  30. boxw.Anchored = true
  31. boxw.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  32. boxw.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  33. boxw.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  34. boxw.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  35. boxw.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  36. boxw.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  37. thing2 = Instance.new("Part", game.Workspace)
  38. thing2.CanCollide = false
  39. thing2.Position = Vector3.new(19.2,2.6,10)
  40. thing2.BrickColor = BrickColor.new("Dirt brown")
  41. thing2.Size = Vector3.new(0.5,2,5)
  42. thing2.Anchored = true
  43. thing2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  44. thing2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  45. thing2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  46. thing2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  47. thing2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  48. thing2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  49. thing2.Rotation = Vector3.new(0,0,-35)
Add Comment
Please, Sign In to add comment