Advertisement
Zach_rookie_editor3

dude are you ok

Nov 8th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. local plr = owner
  2. local char = plr.Character
  3. local Humanoid = char.Humanoid
  4.  
  5. function Oof(Ch)
  6. if Ch.ClassName == "Model" then
  7. local D = Ch:GetDescendants()
  8. for i = 1,#D do
  9. local ee = D[i]
  10. if ee:IsA("Humanoid") then
  11. ee.BreakJointsOnDeath = false
  12. elseif ee:IsA("Motor6D") or ee:IsA("Motor") then
  13. local Old = ee.Parent
  14. ee.Parent = nil
  15. local R = Instance.new("Glue",Old)
  16. R.Name = ee.Name
  17. R.Part0 = ee.Part0
  18. R.Part1 = ee.Part1
  19. R.C0 = ee.C0
  20. R.C1 = ee.C1
  21. end
  22. end
  23. end
  24. end
  25.  
  26. Oof(char)
  27.  
  28. Humanoid.Health = Humanoid.Health + 1.7
  29.  
  30. local audio = Instance.new("Sound",char.Head)
  31. audio.SoundId = "rbxassetid://800064337"
  32. audio.Volume = 10
  33. audio.Looped = true
  34. audio:Play()
  35. s2 = audio
  36. mememode = true
  37.  
  38. if mememode == false then
  39. s2.Pitch = 0.03+ math.random(600,1000)/1000
  40.  
  41. s2.Volume = 1.5
  42. else
  43.  
  44. s2.Pitch = 1 + math.random(1,40)/37
  45.  
  46. s2.Volume = 2
  47.  
  48. end
  49.  
  50. m = Instance.new("Model", char)
  51. local weldBetween = function(a, b)
  52. local weldd = Instance.new("ManualWeld")
  53. weldd.Part0 = a
  54. weldd.Part1 = b
  55. weldd.C0 = CFrame.new()
  56. weldd.C1 = b.CFrame:inverse() * a.CFrame
  57. weldd.Parent = a
  58. return weldd
  59. end
  60. it = Instance.new
  61. function nooutline(part)
  62. part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
  63. end
  64. function part(formfactor, parent, material, reflectance, transparency, brickcolor, name, size)
  65. local fp = it("Part")
  66. fp.formFactor = formfactor
  67. fp.Parent = parent
  68. fp.Reflectance = reflectance
  69. fp.Transparency = transparency
  70. fp.CanCollide = false
  71. fp.Locked = true
  72. fp.BrickColor = BrickColor.new(tostring(brickcolor))
  73. fp.Name = name
  74. fp.Size = size
  75. fp.Position = char.Torso.Position
  76. nooutline(fp)
  77. fp.Material = material
  78. fp:BreakJoints()
  79. return fp
  80. end
  81. function mesh(Mesh, part, meshtype, meshid, offset, scale)
  82. local mesh = it(Mesh)
  83. mesh.Parent = part
  84. if Mesh == "SpecialMesh" then
  85. mesh.MeshType = meshtype
  86. mesh.MeshId = meshid
  87. end
  88. mesh.Offset = offset
  89. mesh.Scale = scale
  90. return mesh
  91. end
  92. function weld(parent, part0, part1, c0, c1)
  93. local weld = it("Weld")
  94. weld.Parent = parent
  95. weld.Part0 = part0
  96. weld.Part1 = part1
  97. weld.C0 = c0
  98. weld.C1 = c1
  99. return weld
  100. end
  101. BottleR = part(Enum.FormFactor.Plate, m, Enum.Material.Neon, 0, 0, "Bright green", "Handle", Vector3.new(1.44916654, 1.73900044, 1.44916654))
  102. BottleRweld = weld(m, char["Right Arm"], BottleR, CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), CFrame.new(-0.150012493, 1.13759422, -1.12566471, -1, 0, 0, 0, 0.146834984, -0.989161015, 0, -0.989160895, -0.146834999))
  103. mesh("SpecialMesh", BottleR, Enum.MeshType.FileMesh, "http://www.roblox.com/asset/?id=11409474", Vector3.new(0, 0, 0), Vector3.new(2.17374969, 3.62291789, 2.17374969))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement