Advertisement
xiaxiaokid

Untitled

Sep 21st, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1.  
  2. Player = game:GetService("Players").LocalPlayer
  3. Character = Player.Character
  4. PlayerGui = Player.PlayerGui
  5. Backpack = Player.Backpack
  6. Torso = Character.Torso
  7. Head = Character.Head
  8. Humanoid = Character.Humanoid
  9. RootPart = Character.HumanoidRootPart
  10. RootJoint = RootPart.RootJoint
  11. LeftArm = Character["Left Arm"]
  12. LeftLeg = Character["Left Leg"]
  13. RightArm = Character["Right Arm"]
  14. RightLeg = Character["Right Leg"]
  15. LS = Torso["Left Shoulder"]
  16. LH = Torso["Left Hip"]
  17. RS = Torso["Right Shoulder"]
  18. RH = Torso["Right Hip"]
  19. Humanoid.MaxHealth = 1
  20. wait()
  21. Humanoid.Health = Humanoid.MaxHealth
  22.  
  23. Player = game.Players.LocalPlayer
  24. char = Player.Character
  25. local txt = Instance.new("BillboardGui", Character)
  26. txt.Adornee = Character .Head
  27. txt.Name = "status"
  28. txt.Size = UDim2.new(2, 0, 1.2, 0)
  29. txt.StudsOffset = Vector3.new(-9, 8, 0)
  30. local text = Instance.new("TextLabel", txt)
  31. text.Size = UDim2.new(10, 0, 7, 0)
  32. text.FontSize = "Size24"
  33. text.TextScaled = true
  34. text.TextTransparency = 0
  35. text.BackgroundTransparency = 1
  36. text.TextTransparency = 0
  37. text.TextStrokeTransparency = 0
  38. text.Font = "SciFi"
  39. text.TextStrokeColor3 = Color3.new(0,0,0)
  40. v=Instance.new("Part")
  41. v.Name = "ColorBrick"
  42. v.Parent=Player.Character
  43. v.FormFactor="Symmetric"
  44. v.Anchored=true
  45. v.CanCollide=false
  46. v.BottomSurface="Smooth"
  47. v.TopSurface="Smooth"
  48. v.Size=Vector3.new(10,5,3)
  49. v.Transparency=1
  50. v.CFrame=Character.Torso.CFrame
  51. v.BrickColor=BrickColor.new("Really black")
  52. v.Transparency=1
  53. text.TextColor3 = Color3.new(0,255,255)
  54. v.Shape="Block"
  55. text.Text = "A F K (not really)"
  56. function owie() -- 2 lazi hoh
  57. delays = true
  58. while wait() and asd and asd.Volume >= 0.02 do
  59. asd.Volume = asd.Volume - 3.5
  60. end
  61. wait(0.1)
  62. asd.Pitch = 0
  63. asd.PlaybackSpeed = 0
  64. play = false
  65. delays = false
  66. end
  67. asd= Instance.new("Sound",Character)
  68. asd.Volume = 8
  69. asd.Pitch = 1
  70. asd.SoundId = "rbxassetid://965872136"
  71. asd:Play()
  72. asd.Name = "musik"
  73. asd.Looped = true
  74. Me = game.Players.LocalPlayer
  75. player = Me
  76. char = Me.Character
  77. chara = char
  78. larm = char["Left Arm"]
  79. rarm = char["Right Arm"]
  80. lleg = char["Left Leg"]
  81. rleg = char["Right Leg"]
  82. torso = char.Torso
  83. hed = char.Head
  84. mouse = player:GetMouse()
  85. lght = game.Lighting
  86. lichtact = false
  87. moosicact = false
  88. gotsagofest = true
  89. New = function(Object, Parent, Name, Data)
  90. local Object = Instance.new(Object)
  91. for Index, Value in pairs(Data or {}) do
  92. Object[Index] = Value
  93. end
  94. Object.Parent = Parent
  95. Object.Name = Name
  96. return Object
  97. end
  98. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://12222242",PlaybackSpeed = 0.5,Volume = 999})
  99. chara.Humanoid.Died:connect(function()
  100. local pat = Instance.new("Part",game.Workspace)
  101. pat.Transparency = 1
  102. pat.Anchored = true
  103. pat.CFrame = chara.Torso.CFrame
  104. owie()
  105. deathex.Parent = game.Workspace
  106. deathex:Play()
  107. text.Text = "R.I.P"
  108. text.TextColor3 = Color3.new(255,0,0)
  109. game.Lighting.OutdoorAmbient = Color3.new(0,0,0)
  110. game.Lighting.FogColor = Color3.new(0,0,0)
  111. game.Lighting.FogEnd = 100000
  112. local ex = Instance.new("Explosion",game.Workspace)
  113. ex.Position = chara.Torso.Position
  114. ex.Visible = true
  115. ex.BlastRadius = math.huge
  116. ex.BlastPressure = math.huge
  117. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement