Advertisement
dkg_yt

dick

Oct 19th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ---Created by KinqAndi---
  2. --Model To Script Converter--
  3.  
  4. local Model = Instance.new("Model", game:GetService("Workspace"))
  5. Model.Name = "The Dick"
  6. ---------------------------------------------
  7. local Part1 = Instance.new("Part", Model)
  8. Part1.Name = "cucumber"
  9. Part1.Reflectance = 0
  10. Part1.Transparency = 0
  11. Part1.Anchored = false
  12. Part1.Archivable = true
  13. Part1.CanCollide = true
  14. Part1.Locked = false
  15. Part1.BrickColor = BrickColor.new("Pastel brown")
  16. Part1.Material = Enum.Material.Plastic
  17. Part1.Position = Vector3.new(39.055625915527, 325.29498291016, 24)
  18. Part1.Size = Vector3.new(662, 36, 12)
  19. Part1.Rotation = Vector3.new(0, 0, -69.669998168945)
  20. ---------------------------------------------
  21. local Part2 = Instance.new("Part", Model)
  22. Part2.Name = "balls"
  23. Part2.Reflectance = 0
  24. Part2.Transparency = 0
  25. Part2.Anchored = false
  26. Part2.Archivable = true
  27. Part2.CanCollide = false
  28. Part2.Locked = false
  29. Part2.BrickColor = BrickColor.new("Dark orange")
  30. Part2.Material = Enum.Material.Plastic
  31. Part2.Position = Vector3.new(147, 16, 39)
  32. Part2.Size = Vector3.new(40, 40, 40)
  33. Part2.Rotation = Vector3.new(0, 0, 0)
  34. ---------------------------------------------
  35. local Part3 = Instance.new("Part", Model)
  36. Part3.Name = "The_Tip"
  37. Part3.Reflectance = 0
  38. Part3.Transparency = 0
  39. Part3.Anchored = false
  40. Part3.Archivable = true
  41. Part3.CanCollide = false
  42. Part3.Locked = false
  43. Part3.BrickColor = BrickColor.new("Hot pink")
  44. Part3.Material = Enum.Material.Plastic
  45. Part3.Position = Vector3.new(-74.44075012207, 635.99639892578, 24)
  46. Part3.Size = Vector3.new(32, 32, 32)
  47. Part3.Rotation = Vector3.new(0, 0, 20.329999923706)
  48. ---------------------------------------------
  49. local Part4 = Instance.new("Part", Model)
  50. Part4.Name = "balls"
  51. Part4.Reflectance = 0
  52. Part4.Transparency = 0
  53. Part4.Anchored = false
  54. Part4.Archivable = true
  55. Part4.CanCollide = true
  56. Part4.Locked = false
  57. Part4.BrickColor = BrickColor.new("Dark orange")
  58. Part4.Material = Enum.Material.Plastic
  59. Part4.Position = Vector3.new(149, 18, 11)
  60. Part4.Size = Vector3.new(38, 38, 38)
  61. Part4.Rotation = Vector3.new(0, 0, 0)
  62. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement