Advertisement
roblocks98

dick all - roblocks

Nov 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. dick all
  2.  
  3. ------------------------------------------------------------------------------------------------------------------------------------------
  4. ONLY COPY THIS
  5. ------------------------------------------------------------------------------------------------------------------------------------------
  6.  
  7. function armor(ms)
  8. me = ms.Character
  9. me2 = ms
  10. pcall(function() me.Johnsen:remove() end)
  11. mod = Instance.new("Model")
  12. mod.Name = "Johnsen"
  13. mod.Parent = me
  14.  
  15. part = Instance.new("Part")
  16. part.Parent = mod
  17. part.Size = Vector3.new(1, 1, 1)
  18. part.Position = Vector3.new(1, 1, 1)
  19. part.BrickColor = BrickColor.new("Light orange")
  20. part:BreakJoints()
  21. mesh = Instance.new("SpecialMesh")
  22. mesh.Parent = part
  23. mesh.MeshType = "Sphere"
  24. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  25. we = Instance.new("Weld")
  26. we.Parent = mod
  27. we.Part0 = part
  28. we.Part1 = me.Torso
  29. we.C0 = CFrame.fromEulerAnglesXYZ(0.15, 0, 0) + Vector3.new(0.15, 1.25, 0.75)
  30. we.C1 = CFrame.new()
  31. part = Instance.new("Part")
  32. part.Parent = mod
  33. part.Size = Vector3.new(1, 1, 1)
  34. part.Position = Vector3.new(1, 1, 1)
  35. part.BrickColor = BrickColor.new("Light orange")
  36. part:BreakJoints()
  37. mesh = Instance.new("SpecialMesh")
  38. mesh.Parent = part
  39. mesh.MeshType = "Sphere"
  40. mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
  41. we = Instance.new("Weld")
  42. we.Parent = mod
  43. we.Part0 = part
  44. we.Part1 = me.Torso
  45. we.C0 = CFrame.fromEulerAnglesXYZ(0.15, 0, 0) + Vector3.new(-0.15, 1.25, 0.75)
  46. we.C1 = CFrame.new()
  47. part = Instance.new("Part")
  48. part.Parent = mod
  49. part.Size = Vector3.new(1, 3, 1)
  50. part.Position = Vector3.new(1, 1, 1)
  51. part.BrickColor = BrickColor.new("Light orange")
  52. part:BreakJoints()
  53. mesh3 = Instance.new("SpecialMesh")
  54. mesh3.Parent = part
  55. mesh3.MeshType = "Head"
  56. mesh3.Scale = Vector3.new(0.5, 1, 0.5)
  57. we3 = Instance.new("Weld")
  58. we3.Parent = mod
  59. we3.Part0 = part
  60. we3.Part1 = me.Torso
  61. we3.C0 = CFrame.fromEulerAnglesXYZ(1, 0, 0) + Vector3.new(0, -0.8, 1.25)
  62. we3.C1 = CFrame.new()
  63.  
  64. function cmds(msg)
  65. if msg == "grow" then
  66. for i = 0, 1, 0.1 do
  67. mesh3.Scale = mesh3.Scale + Vector3.new(0, i, 0)
  68. we3.C0 = we3.C0 - Vector3.new(0, i, 0)
  69. wait()
  70. end
  71. end
  72. if msg == "shrink" then
  73. for i = 0, 1, 0.1 do
  74. mesh3.Scale = mesh3.Scale - Vector3.new(0, i, 0)
  75. we3.C0 = we3.C0 + Vector3.new(0, i+0.1, 0)
  76. wait()
  77. end
  78. end
  79. end
  80.  
  81. me2.Chatted:connect(cmds)
  82.  
  83. end
  84. --damn
  85. for _, v in pairs(Game.Players:GetChildren()) do
  86. armor(v)
  87. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement