Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- player=game.Players.LocalPlayer
- char=player.Character
- super=false
- mesh=true
- ball=false
- for i,v in pairs(char:GetChildren()) do
- if v:IsA("CharacterMesh") then v:Remove() end
- if v:IsA("Hat") or v:IsA("Accessory") then v:Remove() end
- end
- if char:FindFirstChild("Head") then
- char:FindFirstChild("Head").BrickColor=BrickColor.new("Deep blue")
- char:FindFirstChild("Head").Transparency=1
- end
- if char:FindFirstChild("Torso") then
- char:FindFirstChild("Torso").BrickColor=BrickColor.new("Deep blue")
- if char:FindFirstChild("Torso"):FindFirstChild("roblox") then
- char:FindFirstChild("Torso"):FindFirstChild("roblox"):Remove()
- end
- mmmme=Instance.new("SpecialMesh", char:FindFirstChild("Torso"))
- mmmme.MeshId='rbxassetid://464515774'
- mmmme.TextureId='rbxassetid://464515783'
- mmmme.Scale=Vector3.new(.5,.5,.5)
- end
- if char:FindFirstChild("Left Arm") then
- char:FindFirstChild("Left Arm").BrickColor=BrickColor.new("Deep blue")
- char:FindFirstChild("Left Arm").Transparency=1
- end
- if char:FindFirstChild("Right Arm") then
- char:FindFirstChild("Right Arm").BrickColor=BrickColor.new("Deep blue")
- char:FindFirstChild("Right Arm").Transparency=1
- end
- if char:FindFirstChild("Left Leg") then
- char:FindFirstChild("Left Leg").BrickColor=BrickColor.new("Deep blue")
- char:FindFirstChild("Left Leg").Transparency=1
- end
- if char:FindFirstChild("Right Leg") then
- char:FindFirstChild("Right Leg").BrickColor=BrickColor.new("Deep blue")
- char:FindFirstChild("Right Leg").Transparency=1
- end
- char.Humanoid.WalkSpeed=100
- audio=Instance.new("Sound", char.Head)
- audio.SoundId='rbxassetid://145542130'--[[149779810]]
- audio.Pitch=1
- audio.Looped=true
- audio:Play()
- audio.Volume=.4
- char.Head.face.Texture=211729162
- local animatio = Instance.new("Animation")
- animatio.AnimationId = "http://www.roblox.com/Asset?ID=252557606"--infiniterunnerrun for the infinite runner
- local animTack = char.Humanoid:LoadAnimation(animatio)
- animTack:Play()
- ready=true
- char.Torso.Touched:connect(function(part)
- if ready==true then
- ready=false
- if part.Parent:FindFirstChild("Humanoid") then
- local audio2=Instance.new("Sound", char.Head)
- audio2.SoundId='rbxassetid://135557803'
- audio2.Pitch=.6
- audio2.Looped=false
- audio2:Play()
- local speed=part.Parent.Humanoid.Walkspeed
- part.Parent.Humanoid.Walkspeed=10
- wait(5)
- audio:Remove()
- part.Parent.Humanoid.Walkspeed=speed
- end
- wait()
- ready=true
- end
- end)
- local m=player:GetMouse()
- m.KeyDown:connect(function(key)
- if key == 'q' then
- if audio.IsPlaying==true then
- audio:Stop()
- else
- audio:Play()
- end
- elseif key == 'e' then
- if audio.SoundId=='rbxassetid://145542130' then
- audio.SoundId='rbxassetid://148386453'
- audio.Volume=10
- super=true
- if ball==true then
- char:FindFirstChild("Left Leg").BrickColor=BrickColor.new("New Yeller")
- end
- mmmme.VertexColor=Vector3.new(1,1,0)
- else
- audio.SoundId='rbxassetid://145542130'
- super=false
- mmmme.VertexColor=Vector3.new(1,1,1)
- audio.Volume=.4
- char:FindFirstChild("Left Leg").BrickColor=BrickColor.new("Deep blue")
- if mesh==false and ball==false then
- decal1.Texture="http://www.roblox.com/asset/?id=206989656"
- decal2.Texture="http://www.roblox.com/asset/?id=206989656"
- end
- end
- elseif key=='f' then
- if mesh==true and ball==false then
- mmmme.Parent=game:GetService("InsertService")
- --[[ player.Character.Head.Transparency=0.9
- player.Character.Head.Mesh.Scale=Vector3.new(0.01,0.01,0.01)]]
- mesh=Instance.new("BlockMesh",player.Character.HumanoidRootPart)
- mesh.Scale=Vector3.new(3,3,0.1)
- decal1=Instance.new("Decal")
- decal1.Face="Back"
- decal1.Texture="rbxassetid://206989655"
- decal1.Name="doge"
- decal2=decal1:clone()
- decal2.Face="Front"
- decal1.Parent=player.Character.HumanoidRootPart
- decal2.Parent=player.Character.HumanoidRootPart
- char:FindFirstChild("Torso").Transparency=1
- mesh=false
- char:FindFirstChild("Left Leg").Transparency=1
- elseif ball==false then
- char:FindFirstChild("Torso").Transparency=0
- mmmme.Parent=char:FindFirstChild("Torso")
- mesh=true
- if decal1 then
- decal1:Remove()
- end
- if decal2 then
- decal2:Remove()
- end
- char:FindFirstChild("Left Leg").Transparency=1
- end
- elseif key=='r' then
- if mesh==true and ball==false and char:FindFirstChild("Left Leg") then
- char:FindFirstChild("Torso").Transparency=1
- char:FindFirstChild("Left Leg").Transparency=0
- sm=Instance.new("SpecialMesh",char:FindFirstChild("Left Leg"))
- sm.MeshType='Sphere'
- sm.Scale=Vector3.new(2,1,2)
- deca=Instance.new("Decal", char:FindFirstChild("Left Leg"))
- deca.Texture='rbxassetid://211729160'
- deca.Face='Front'
- ball=true
- if super==true then
- char:FindFirstChild("Left Leg").BrickColor=BrickColor.new("New Yeller")
- end
- elseif ball==true then
- sm:Remove()
- deca:Remove()
- ball=false
- char:FindFirstChild("Torso").Transparency=0
- mmmme.Parent=char:FindFirstChild("Torso")
- mesh=true
- char:FindFirstChild("Left Leg").Transparency=1
- end
- end
- end)
- --I would've added the attack doge's text thing but i couldn't find its script. rip
- --TJW123456
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement