Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Edited by 1x0x1x0--
- local HBill = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
- HBill.Size = UDim2.new(8,0,8,0)
- HBill.Name = "dat boi"
- local HMain = Instance.new("Frame", HBill)
- HMain.BackgroundColor3 = Color3.new(0, 0, 0)
- HMain.BackgroundTransparency = 1
- HMain.Size = UDim2.new(1,0,1,0)
- local pic = Instance.new("ImageLabel", HMain)
- pic.Size = UDim2.new(1,0,1,0)
- pic.Image = 'rbxassetid://389291129'
- pic.BackgroundTransparency = 1
- --------------------------------------------------------------------------
- local p = game.Players.LocalPlayer
- local char = p.Character
- local larm = char["Left Arm"]
- local rarm = char["Right Arm"]
- local lleg = char["Left Leg"]
- local rleg = char["Right Leg"]
- local hed = char.Head
- local torso = char.Torso
- local hum = char.Humanoid
- local cam = game.Workspace.CurrentCamera
- local root = char.HumanoidRootPart
- hed.Transparency = 1
- torso.Transparency = 1
- larm.Transparency = 1
- rarm.Transparency = 1
- rleg.Transparency = 1
- lleg.Transparency = 1
- iz = (game.Players.LocalPlayer.Name)
- is = (game.Players.LocalPlayer.Character)
- game.Workspace[iz].Head.face:Remove()
- for i,v in pairs(is:GetChildren()) do
- if v.ClassName == 'Hat' then
- v:Destroy()
- end
- end
- for i,v in pairs(is:GetChildren()) do
- if v.ClassName == 'Shirt' then
- v:Destroy()
- end
- end
- for i,v in pairs(is:GetChildren()) do
- if v.ClassName == 'Pants' then
- v:Destroy()
- end
- end
- wait()
- sound = Instance.new('Sound')
- sound.SoundId = 'http://www.roblox.com/asset/?id=0'
- sound.Looped = true
- sound.Parent = is.Torso
- sound.Volume = 1
- idz = {"293166448"}
- taut = Instance.new('Sound')
- taut.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
- taut.Looped = true
- taut.Parent = is.Torso
- taut.Volume = 1
- local player = game.Players.LocalPlayer
- repeat wait() until player.Character.Humanoid
- local humanoid = player.Character.Humanoid
- local mouse = player:GetMouse()
- local msg = Instance.new("Hint")
- msg.Parent = game.Workspace
- msg.Text = "Click 'z' to get started."
- is.Humanoid.WalkSpeed = 0
- sound:Play()
- msg:Destroy()
- taut:Play()
- is.Humanoid.WalkSpeed = 60
- local particleemitter = Instance.new("ParticleEmitter", torso)
- particleemitter.Texture = "http://www.roblox.com/asset/?id=314476496"
- particleemitter.VelocitySpread = 180
- particleemitter.Lifetime = NumberRange.new(5)
- particleemitter.Speed = NumberRange.new(6)
- particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
- particleemitter.RotSpeed = NumberRange.new(-55, 55)
- particleemitter.Rate = 120
- particleemitter.Rotation = NumberRange.new(-55, 55)
- particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
- particleemitter.LightEmission = 0
- particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
- function onTouch(part)
- local humanoid = part.Parent:findFirstChild("Humanoid")
- sound1 = Instance.new('Sound')
- sound1.SoundId = 'http://www.roblox.com/asset/?id=168208736'
- sound1.Looped = false
- sound1.Parent = is.Torso
- sound1.Volume = 0.7
- sound1:Play()
- sound2 = Instance.new('Sound')
- sound2.SoundId = 'http://www.roblox.com/asset/?id=0'
- sound2.Looped = false
- sound2.Parent = is.Torso
- sound2:Play()
- if (humanoid ~=nil) then
- humanoid.Health = 0
- end
- end
- is.Torso.Touched:connect(onTouch)
- --Edited by 1x0x1x0--
Add Comment
Please, Sign In to add comment