Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game.Players.LocalPlayer
- repeat wait() until plr.Character
- char = plr.Character
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == "Part" then
- v.Transparency = 1
- elseif v.ClassName == "Accessory" then
- v.Handle.Transparency = 1
- end
- end
- char.Animate:Destroy()
- char.Humanoid.Animator:Destroy()
- local bill = Instance.new("BillboardGui",char.Head)
- bill.Name = "BaldiDisplay"
- bill.Adornee = bill.Parent
- bill.Size = UDim2.new(6, 0 , 7, 0)
- bill.Archivable = true
- bill.AutoLocalize = true
- local img = Instance.new("ImageLabel",bill)
- img.Size = UDim2.new(0.75, 0 , 1.5, 0)
- img.Image = "http://www.roblox.com/asset/?id=1983371401"
- img.Visible = true
- img.BackgroundTransparency = 1
- img.Position = UDim2.new(0.213, 0 , 0, 0)
- char.Humanoid.HipHeight = 2.1
- char.Humanoid.Name = "Baldi"
- Slap = Instance.new("Sound",char.Head)
- Slap.SoundId = "rbxassetid://1909185477"
- Slap.Volume = 10
- HEHEHEH = Instance.new("Sound",char)
- HEHEHEH.SoundId = "rbxassetid://2021702927"
- HEHEHEH.Volume = 4
- Screech = Instance.new("Sound",char.Head)
- Screech.SoundId = "rbxassetid://1784592449"
- Screech.Volume = 10
- JumpCount = 0
- char.Head.face.Transparency = 1
- char.Baldi.MaxHealth = 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
- char.Baldi.Health = char.Baldi.MaxHealth
- touched = false
- char.Torso.Touched:connect(function(part)
- local human = part.Parent:FindFirstChildOfClass("Humanoid")
- if human and human.Parent.Name ~= char.Name and touched == false then
- human.Health = 0
- Screech:Play()
- touched = true
- wait(0.9)
- if JumpCount == 0 and human.Jump then
- JumpCount = 1
- else
- touched = false
- JumpCount = 0
- end
- wait(1)
- if JumpCount == 1 and human.Jump then
- JumpCount = 2
- else
- JumpCount = 0
- end
- wait(1)
- if JumpCount == 2 and human.Jump then
- JumpCount = 3
- else
- JumpCount = 0
- end
- wait(1)
- if JumpCount == 3 and human.Jump then
- JumpCount = 4
- else
- JumpCount = 0
- end
- wait(1)
- if JumpCount == 4 and human.Jump then
- JumpCount = 0
- wait(1)
- touched = false
- char.Baldi.Walkspeed = 16
- human.WalkSpeed = 16
- else
- JumpCount = 0
- end
- end
- end)
- local timeh = 3
- while true do
- wait()
- img.Image = "http://www.roblox.com/asset/?id=1983155193"
- char.Baldi.WalkSpeed = 50
- Slap:Play()
- wait(0.10)
- img.Image = "http://www.roblox.com/asset/?id=1983154100"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1983152544"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1983150889"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1983371401"
- char.Baldi.WalkSpeed = 0
- timeh = timeh - 0.1
- wait(timeh)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement