Advertisement
flippa101

eadfteafra

Jul 6th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. local bey = script.Parent print("Script (SP) Start")
  2.  
  3. debounce2 = false
  4.  
  5.  
  6. if (debounce2 == true) then return end
  7.  
  8. debounce2 = true
  9. -------------------------------------------------------------------------------------
  10. wait()
  11. local bey = script.Parent
  12. local T = bey.Torso
  13. local bat1 = bey.BAT1
  14. local bat2 = bey.BAT2
  15. local bat3 = bey.BAT3
  16. local c1 = bey.laser.Circle1
  17. local c2 = bey.laser.Circle2
  18. local c3 = bey.laser.Circle3
  19. local s = bey.laser.Sphere
  20. local H = bey.Head
  21. local LL = bey.LeftLeg
  22. local RL = bey.RightLeg
  23. local B = bey.Bit
  24. local b2 = bey.laser.Bit2
  25. local FB = bey.FaceBolt
  26. local M = bey.Metal
  27. local MB = bey.MetalBottom
  28. local P = bey.Part
  29. local PT = bey.Tip
  30. -------------------------------------------
  31. bey.Humanoid1.Jump = true
  32. T.Velocity = Vector3.new(X, 230, Z)
  33. T.RotVelocity = Vector3.new(5.7,0,0)
  34. ----------------------------------------------
  35. T.Rotation = Vector3.new(90, 85.727, 90)
  36. PT.Rotation = Vector3.new(90, 85.727, 90)
  37. RL.Rotation = Vector3.new(-90, -85.727, 90)
  38. P.Rotation = Vector3.new(90, 85.727, 90)
  39. MB.Rotation = Vector3.new(90, 85.727, 90)
  40. M.Rotation = Vector3.new(90, 85.727, 90)
  41. LL.Rotation = Vector3.new(-90, -85.727, 90)
  42. H.Rotation = Vector3.new(90, 85.727, 90)
  43. FB.Rotation = Vector3.new(-90, -85.727, -90)
  44. B.Rotation = Vector3.new(90, 85.727, 90)
  45. bat3.Rotation = Vector3.new(90, 85.727, 90)
  46. bat2.Rotation = Vector3.new(90, 85.727, 90)
  47. bat1.Rotation = Vector3.new(90, 85.727, 90)
  48. c1.Rotation = Vector3.new(-0, 0, -178.378)
  49. c2.Rotation = Vector3.new(-0, 0, -178.378)
  50. c3.Rotation = Vector3.new(-0, 0, -178.378)
  51. s.Rotation = Vector3.new(-0, 0, -178.378)
  52. b2.Rotation = Vector3.new(-0, 0, -178.378)
  53.  
  54. function smash()
  55. if object:FindFirstChild("Humanoid1") then
  56. object.Humanoid1.Health.Value = object.Humanoid1.Health.Value - 20
  57. end
  58.  
  59. c1.Touched:connect(smash)
  60.  
  61.  
  62. T.RotVelocity = Vector3.new(0,0,0)
  63. wait(10)
  64.  
  65. script.active.Value = false
  66.  
  67. print("Script (SP) Stop")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement