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(8, 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=1948623053"
- img.Visible = true
- img.BackgroundTransparency = 1
- img.Position = UDim2.new(0.213, 0 , 0, 0)
- char.Humanoid.HipHeight = 2.1
- char.Humanoid.Name = "Baldi"
- go = Instance.new("Sound",char)
- go.SoundId = "rbxassetid://"
- go.Volume = 4
- five = Instance.new("Sound",char)
- five.SoundId = "rbxassetid://1934826830"
- five.Volume = 4
- five:Play()
- two = Instance.new("Sound",char)
- two.SoundId = "rbxassetid://1934356843"
- two.Volume = 10
- one = Instance.new("Sound",char)
- one.SoundId = "rbxassetid://"
- one.Volume = 4
- four = Instance.new("Sound",char)
- four.SoundId = "rbxassetid://"
- four.Volume = 4
- messup = Instance.new("Sound",char)
- messup.SoundId = "rbxassetid://"
- messup.Volume = 4
- win = Instance.new("Sound",char)
- win.Name = "YouWon"
- win.SoundId = "rbxassetid://"
- win.Volume = 4
- ItsPlaytime = Instance.new("Sound",char)
- ItsPlaytime.SoundId = "rbxassetid://1882628513"
- ItsPlaytime.Volume = 1
- ItsPlaytime:Play()
- ItsPlaytime.Looped = true
- JumpCount = 0
- char.Head.face.Transparency = 1
- 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
- two:Play()
- two.Volume = 1
- 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)
- while true do
- wait()
- img.Image = "http://www.roblox.com/asset/?id=1948623053"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement