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.Torso)
- bill.Name = "Playtime"
- bill.Adornee = bill.Parent
- bill.Size = UDim2.new(2.2, 0, 2.2, 0)
- bill.Archivable = true
- bill.AutoLocalize = true
- local img = Instance.new("ImageLabel",bill)
- img.Size = UDim2.new(2.85, 0, 3, 0)
- img.Image = "http://www.roblox.com/asset/?id=1890933541"
- img.Visible = true
- img.BackgroundTransparency = 1
- img.Position = UDim2.new(-0.7, 0, -1, 0)
- char.Humanoid.HipHeight = 0
- char.Humanoid.Name = "Playtime"
- WOW = Instance.new("Sound",char.Head)
- WOW.SoundId = "rbxassetid://1847115545"
- WOW.Volume = 10
- TWO = Instance.new("Sound",char.Head)
- TWO.SoundId = "rbxassetid://1846619160"
- TWO.Volume = 10
- Three = Instance.new("Sound",char.Head)
- Three.SoundId = "rbxassetid://1846620849"
- Three.Volume = 10
- Four = Instance.new("Sound",char.Head)
- Four.SoundId = "rbxassetid://1846859927"
- Four.Volume = 10
- Five = Instance.new("Sound",char.Head)
- Five.SoundId = "rbxassetid://1891296694"
- Five.Volume = 10
- One = Instance.new("Sound",char.Head)
- One.SoundId = "rbxassetid://1846615963"
- One.Volume = 10
- READYGO = Instance.new("Sound",char.Head)
- READYGO.SoundId = "rbxassetid://1891304897"
- READYGO.Volume = 10
- PlaytimeJingle = Instance.new("Sound",char.Head)
- PlaytimeJingle.SoundId = "rbxassetid://1953605962"
- PlaytimeJingle.Volume = 2
- PlaytimeJingle.Looped = true
- PlaytimeJingle:Play()
- WannaPlay = Instance.new("Sound",char.Head)
- WannaPlay.SoundId = "rbxassetid://1891305588"
- WannaPlay.Volume = 10
- Laugh = Instance.new("Sound",char.Head)
- Laugh.SoundId = "rbxassetid://1891303135"
- Laugh.Volume = 10
- LetsPlay = Instance.new("Sound",char.Head)
- LetsPlay.SoundId = "rbxassetid://1891351859"
- LetsPlay.Volume = 10
- Instructions = Instance.new("Sound",char.Head)
- Instructions.SoundId = "rbxassetid://1891302320"
- Instructions.Volume = 10
- JumpCount = 0
- char.Head.face.Transparency = 1
- char.Playtime.WalkSpeed = 40
- char.Playtime.MaxHealth = 0
- 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
- touched = true
- human.WalkSpeed = 0
- char.Playtime.WalkSpeed = 0
- Instructions:Play()
- wait(0.70)
- Instructions.Volume = 0
- Five:Play()
- wait(0.40)
- Instructions.Volume = 10
- wait(8.00)
- READYGO:Play()
- wait(2.00)
- human.Jump = true
- wait(0.01)
- human.Jump = false
- One:Play()
- wait(2.00)
- human.Jump = true
- wait(0.01)
- human.Jump = false
- TWO:Play()
- wait(2.00)
- human.Jump = true
- wait(0.01)
- human.Jump = false
- Three:Play()
- wait(2.00)
- human.Jump = true
- wait(0.01)
- human.Jump = false
- Four:Play()
- wait(2.00)
- human.Jump = true
- wait(0.01)
- human.Jump = false
- Five:Play()
- wait(2.00)
- WOW:Play()
- human.WalkSpeed = 16
- char.Playtime.WalkSpeed = 30
- touched = true
- wait(6.5)
- touched = false
- 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.Playtime.Walkspeed = 16
- human.WalkSpeed = 16
- else
- JumpCount = 0
- end
- end
- end)
- while true do
- wait()
- img.Image = "http://www.roblox.com/asset/?id=1890933942"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1890934453"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1890934875"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1890935343"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1890935748"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1890936113"
- wait(0.05)
- img.Image = "http://www.roblox.com/asset/?id=1890933541"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement