Advertisement
asdasdaaa11

lmao better

Jun 6th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. wait (1)
  2. local gay = game.Workspace.TestingGotBanned
  3. local tor = gay["Torso"]
  4. local larm = gay["Left Arm"]
  5. local rarm = gay["Right Arm"]
  6. local lleg = gay["Left Leg"]
  7. local rleg = gay["Right Leg"]
  8.  
  9.  
  10. efe=Instance.new("Sound",workspace)
  11. efe.Playing = true
  12. efe.Volume = 123723817238712
  13. efe.SoundId = "rbxassetid://2909776748"
  14. efe.Pitch = 0.82
  15. efe.Looped = true
  16. efe.TimePosition = 2
  17.  
  18.  
  19. frick=Instance.new("ForceField",gay)
  20.  
  21. function dmg(hit)
  22. if hit.Parent ~= nil then
  23. local hum = hit.Parent:findFirstChild("Humanoid")
  24. if hum ~= nil then
  25. hum.Health = 0
  26. f=Instance.new("Explosion",workspace)
  27. f.BlastRadius = 100
  28. f.Position = tor.Position
  29. ef=Instance.new("Sound",workspace)
  30. ef.Playing = true
  31. ef.Volume = 12
  32. ef.SoundId = "rbxassetid://1238804383"
  33. ef.Pitch = 1
  34. end
  35. end
  36. end
  37.  
  38. tor.Size = Vector3.new(5,5,5)
  39. gay.Humanoid.WalkSpeed = 100
  40. gay["Left Leg"].Transparency = 1
  41. gay["Right Leg"].Transparency = 1
  42. t=Instance.new("ShirtGraphic",gay)
  43. t.Graphic = "rbxassetid://636768448"
  44. t.Color3 = Color3.new(0,0,0)
  45.  
  46.  
  47. rleg.Touched:connect(dmg)
  48. lleg.Touched:connect(dmg)
  49. rarm.Touched:connect(dmg)
  50. larm.Touched:connect(dmg)
  51. tor.Touched:connect(dmg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement