Advertisement
yamanohera155233

Instance Part

Jun 20th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local base=Instance.new('Part',can)
  2. base.formFactor=3
  3. base.TopSurface=10
  4. base.BottomSurface=10
  5. base.LeftSurface=10
  6. base.RightSurface=10
  7. base.FrontSurface=10
  8. base.BackSurface=10
  9. base.Locked=true
  10. base.CanCollide=true
  11. base.Anchored=false
  12. base.BrickColor=BrickColor.new('Fossil')
  13. base.Name='Can'
  14. base.Size=Vector3.new(3,3.5,3)
  15. base.Material='Neon'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement