Advertisement
Aaronremmers14

Untitled

May 7th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. p2 = Instance.new("Part", m)
  2. p2.BrickColor = BrickColor.new("Really black")
  3. p2.FormFactor = Enum.FormFactor.Custom
  4. p2.Size = Vector3.new(1, 2.9000001, 1)
  5. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  6. p2.CanCollide = false
  7. p2.Locked = true
  8. p2.Elasticity = 0
  9. p2.BottomSurface = Enum.SurfaceType.Smooth
  10. p2.TopSurface = Enum.SurfaceType.Smooth
  11. b2 = Instance.new("BlockMesh", p2)
  12. b2.Name = "Mesh"
  13. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement