Newwy

Untitled

Feb 5th, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. --Edited by 1x0x1x0--
  2.  
  3. local HBill = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  4. HBill.Size = UDim2.new(8,0,8,0)
  5. HBill.Name = "dat boi"
  6. local HMain = Instance.new("Frame", HBill)
  7. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  8. HMain.BackgroundTransparency = 1
  9. HMain.Size = UDim2.new(1,0,1,0)
  10. local pic = Instance.new("ImageLabel", HMain)
  11. pic.Size = UDim2.new(1,0,1,0)
  12. pic.Image = 'rbxassetid://389291129'
  13. pic.BackgroundTransparency = 1
  14.  
  15. --------------------------------------------------------------------------
  16.  
  17. local p = game.Players.LocalPlayer
  18. local char = p.Character
  19. local larm = char["Left Arm"]
  20. local rarm = char["Right Arm"]
  21. local lleg = char["Left Leg"]
  22. local rleg = char["Right Leg"]
  23. local hed = char.Head
  24. local torso = char.Torso
  25. local hum = char.Humanoid
  26. local cam = game.Workspace.CurrentCamera
  27. local root = char.HumanoidRootPart
  28.  
  29.  
  30.  
  31. hed.Transparency = 1
  32. torso.Transparency = 1
  33. larm.Transparency = 1
  34. rarm.Transparency = 1
  35. rleg.Transparency = 1
  36. lleg.Transparency = 1
  37.  
  38. iz = (game.Players.LocalPlayer.Name)
  39.  
  40. is = (game.Players.LocalPlayer.Character)
  41.  
  42. game.Workspace[iz].Head.face:Remove()
  43.  
  44. for i,v in pairs(is:GetChildren()) do
  45. if v.ClassName == 'Hat' then
  46. v:Destroy()
  47. end
  48. end
  49.  
  50. for i,v in pairs(is:GetChildren()) do
  51. if v.ClassName == 'Shirt' then
  52. v:Destroy()
  53. end
  54. end
  55.  
  56. for i,v in pairs(is:GetChildren()) do
  57. if v.ClassName == 'Pants' then
  58. v:Destroy()
  59. end
  60. end
  61.  
  62. wait()
  63.  
  64.  
  65. sound = Instance.new('Sound')
  66. sound.SoundId = 'http://www.roblox.com/asset/?id=0'
  67. sound.Looped = true
  68. sound.Parent = is.Torso
  69. sound.Volume = 1
  70.  
  71. idz = {"293166448"}
  72.  
  73. taut = Instance.new('Sound')
  74. taut.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  75. taut.Looped = true
  76. taut.Parent = is.Torso
  77. taut.Volume = 1
  78.  
  79. local player = game.Players.LocalPlayer
  80. repeat wait() until player.Character.Humanoid
  81. local humanoid = player.Character.Humanoid
  82. local mouse = player:GetMouse()
  83.  
  84.  
  85. local msg = Instance.new("Hint")
  86. msg.Parent = game.Workspace
  87. msg.Text = "Click 'z' to get started."
  88. is.Humanoid.WalkSpeed = 0
  89.  
  90.  
  91. sound:Play()
  92. msg:Destroy()
  93. taut:Play()
  94. is.Humanoid.WalkSpeed = 60
  95.  
  96.  
  97.  
  98. local particleemitter = Instance.new("ParticleEmitter", torso)
  99. particleemitter.Texture = "http://www.roblox.com/asset/?id=314476496"
  100. particleemitter.VelocitySpread = 180
  101. particleemitter.Lifetime = NumberRange.new(5)
  102. particleemitter.Speed = NumberRange.new(6)
  103. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
  104. particleemitter.RotSpeed = NumberRange.new(-55, 55)
  105. particleemitter.Rate = 120
  106. particleemitter.Rotation = NumberRange.new(-55, 55)
  107. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
  108. particleemitter.LightEmission = 0
  109. particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
  110.  
  111. function onTouch(part)
  112. local humanoid = part.Parent:findFirstChild("Humanoid")
  113. sound1 = Instance.new('Sound')
  114. sound1.SoundId = 'http://www.roblox.com/asset/?id=168208736'
  115. sound1.Looped = false
  116. sound1.Parent = is.Torso
  117. sound1.Volume = 0.7
  118. sound1:Play()
  119.  
  120. sound2 = Instance.new('Sound')
  121. sound2.SoundId = 'http://www.roblox.com/asset/?id=0'
  122. sound2.Looped = false
  123. sound2.Parent = is.Torso
  124. sound2:Play()
  125. if (humanoid ~=nil) then
  126. humanoid.Health = 0
  127. end
  128. end
  129.  
  130. is.Torso.Touched:connect(onTouch)
  131.  
  132. --Edited by 1x0x1x0--
Add Comment
Please, Sign In to add comment