Advertisement
Jaden11

Untitled

Dec 27th, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. --This will be a madeup script amde by TheHaxx00rr
  2. --RULES--
  3. --Don't abuse with it.
  4. --Have fun with it.
  5. --Don't use it alot. xD
  6. --iF YOU DO I'LL TRACK YOU DOWN.
  7. --^^ Joking.
  8. --But have fun!
  9.  
  10. Colors = {"Red, Blue, Green, Yellow"}
  11.  
  12. me = ("YourNameHere") --Replace yournamehere with your name.
  13.  
  14. function Part(P, Anchored, Archiavle, CanCollide)
  15. local p = Instance.new("Part")
  16. p.TopSurface = "Smooth"
  17. p.BottomSurface = "Smooth"
  18. p.Transparency = 0.5
  19. p.CanCollide = Coll
  20. p.BrickColor = BrickColor.new(Coll)
  21. p.FormFacter = "Form"
  22. p.Size = Vector3.new(50,50,50)
  23. p.Name = ""
  24. p.Parent = workspace
  25. p.Parent = P
  26. p.Locked = false
  27. p:Destroy()
  28. end
  29.  
  30. V3 = Vector3.new
  31. CN = CFrame.new
  32. CA = CFrame.Angles(50,50,50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement