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 sweep = Instance.new("Part")
- local bill = Instance.new("BillboardGui",char.Torso)
- bill.Name = "1stPrizeDisplay"
- bill.Adornee = bill.Parent
- bill.Size = UDim2.new(13, 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=1872929052"
- img.Visible = true
- img.BackgroundTransparency = 1
- img.Position = UDim2.new(0.213, 0 , 0, -8)
- char.Humanoid.HipHeight = 2.1
- char.Humanoid.Name = "Robot"
- Engine = Instance.new("Sound",char.Head)
- Engine.SoundId = "rbxassetid://1878209413"
- Engine.Volume = 2
- Engine.Name = "engine"
- Engine:Play()
- Engine.Looped = true
- local weld = Instance.new("Weld",sweep)
- sweep.Name = "Hug"
- sweep.Size = Vector3.new(7.2, 5.4, 2)
- sweep.Transparency = 1
- sweep.CanCollide = true
- weld.Part0 = char.Torso
- weld.Part1 = sweep
- weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
- sweep.Parent = char
- JumpCount = 0
- char.Robot.JumpPower = 0
- char.Robot.MaxHealth = 0
- char.Head.face.Transparency = 1
- touched = false
- sweep.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.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
- human.WalkSpeed = 16
- else
- JumpCount = 0
- end
- end
- end)
- while true do
- wait()
- img.Image = "http://www.roblox.com/asset/?id=1872929052"
- wait(0.01)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement