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 = "PrincipalDisplay"
- bill.Adornee = bill.Parent
- bill.Size = UDim2.new(6, 0 , 6, 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=1826739512"
- img.Visible = true
- img.BackgroundTransparency = 1
- img.Position = UDim2.new(0.213, 0 , 0, -18)
- char.Humanoid.HipHeight = 2.1
- char.Humanoid.Name = "Principal"
- go = Instance.new("Sound",char)
- go.SoundId = "rbxassetid://1953631953"
- go.Volume = 10
- five = Instance.new("Sound",char)
- five.SoundId = "rbxassetid://"
- five.Volume = 10
- two = Instance.new("Sound",char)
- two.SoundId = "rbxassetid://"
- 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://"
- ItsPlaytime.Volume = 1
- 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
- touched = true
- wait(0.10)
- 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.Principal.WalkSpeed = 30
- human.WalkSpeed = 16
- else
- JumpCount = 0
- end
- end
- end)
- while true do
- wait()
- img.Image = "http://www.roblox.com/asset/?id=1826739512"
- wait(2.00)
- wait(2.00)
- wait(2.00)
- wait(2.00)
- wait(2.00)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- go:Play()
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- go.Looped = true
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- wait(0.08)
- go.Looped = false
- wait(0.08)
- wait(0.08)
- go.Looped = false
- wait(0.08)
- wait(0.08)
- go.Looped = false
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement