playtime script pastebin plr = game.Players.LocalPlayer repeat wait() until plr.Character char = plr.Character wait(1/60) print("PlayTime V2 By NanesROBLOX!") char.Humanoid.JumpPower = 0 char.Humanoid.Animator:Destroy() char.Animate:Destroy() playtime script pastebin How to get it for free? playtime script pastebin char.Head.face.Transparency = 1 local sweep = Instance.new("Part") local slap = Instance.new("Sound",char) slap.SoundId = "" slap.Volume = 10 local congrats = Instance.new("Sound",char) congrats.SoundId = "rbxassetid://1844478423" congrats.Volume = 10 local death = Instance.new("Sound",char) death.SoundId = "rbxassetid://1877847655" playtime script pastebin How to get it for free? playtime script pastebin death.Volume = 10 local schoolhouse = Instance.new("Sound",char) schoolhouse.SoundId = "rbxassetid://1807684401" schoolhouse.Volume = 10 local doors = Instance.new("Sound",char) doors.SoundId = "rbxassetid://1808594637" doors.Volume = 10 local sweepdecal1 = Instance.new("Decal",sweep) local sweepdecal2 = Instance.new("Decal",sweep) local weld = Instance.new("Weld",sweep) playtime script pastebin PasteShr playtime script pastebin sweepdecal1.Face = "Back" sweepdecal1.Texture = "rbxassetid://1840745100" sweepdecal2.Face = "Front" sweepdecal2.Texture = "rbxassetid://1840745100" sweep.Name = "gotta sweep sweep sweep" sweep.Size = Vector3.new(5.2, 6.4, 0.114) sweep.Transparency = 1 sweep.CanCollide = false weld.Part0 = char.Torso weld.Part1 = sweep playtime script pastebin How to get it for free? playtime script pastebin 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 local vel = Instance.new("BodyVelocity",sweep) vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge) vel.Velocity = Vector3.new(0,0,0) for i,v in pairs(char:GetChildren()) do if v.ClassName == "Part" then v.Transparency = 1 elseif v.ClassName == "Accessory" then playtime script pastebin How to use it? playtime script pastebin v.Handle.Transparency = 1 end end mouse = plr:GetMouse() SpeedofBaldi = 40 using = false char.Torso.Touched:connect(function(part) local human = part.Parent:FindFirstChildOfClass("Humanoid") if human and using then human.Health = 100 playtime script pastebin How to use it? playtime script pastebin death:Play() end end) function Taunt() local rd = math.random(1,3) if rd == 1 then congrats:Play() end if rd == 2 then schoolhouse:Play() playtime script pastebin How to get it? playtime script pastebin end if rd == 3 then doors:Play() end end function Teleport() char.Torso.CFrame = mouse.Hit + Vector3.new(0,3,0) slap:Play() using = true sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1840745100" playtime script pastebin How to get it? playtime script pastebin sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1840745100" wait(0.4) using = false sweepdecal1.Face = "Back" sweepdecal1.Texture = "rbxassetid://1840745100" sweepdecal2.Face = "Front" sweepdecal2.Texture = "rbxassetid://1840745100" end mouse.KeyDown:connect(function(k) if k == "v" then playtime script pastebin How to use it? playtime script pastebin Taunt() end if k == "f" then Teleport() end end) function move() vel.Velocity = char.Torso.CFrame.lookVector * SpeedofBaldi sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1840745100" playtime script pastebin How to use it? playtime script pastebin sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1840745100" using = false slap:Play() wait(0.4) using = false vel.Velocity = Vector3.new(0,0,0) sweepdecal1.Face = "Back" sweepdecal1.Texture = "rbxassetid://1840745100" sweepdecal2.Face = "Front" sweepdecal2.Texture = "rbxassetid://1840745100" playtime script pastebin How to dowload it? playtime script pastebin end mouse.Button1Down:connect(function() move() end) playtime script pastebin