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
- wait(1/60)
- print("GOTTA SWEEP BY SLIVER9230 Original : NanesROBLOX")
- char.Humanoid.JumpPower = 0
- char.Humanoid.Animator:Destroy()
- char.Animate:Destroy()
- char.Head.face.Transparency = 1
- local sweep = Instance.new("Part")
- local slap = Instance.new("Sound",char)
- slap.SoundId = "rbxassetid://1781430032"
- slap.Volume = 10
- local congrats = Instance.new("Sound",char)
- congrats.SoundId = "rbxassetid://1781430032"
- congrats.Volume = 10
- local death = Instance.new("Sound",char)
- death.SoundId = "rbxassetid://1781430032"
- death.Volume = 10
- local schoolhouse = Instance.new("Sound",char)
- schoolhouse.SoundId = "rbxassetid://1781430032"
- schoolhouse.Volume = 10
- local doors = Instance.new("Sound",char)
- doors.SoundId = "rbxassetid://1781430032"
- doors.Volume = 10
- local weld = Instance.new("Weld",sweep)
- 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
- 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
- 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 = 0
- death:Play()
- end
- end)
- gui1=Instance.new("BillboardGui")
- gui1.Parent = sweep
- gui1.Adornee = sweep
- gui1.Size=UDim2.new(2.5,0,2.5,0)
- gui1.StudsOffset=Vector3.new(-4,7,0)
- gui1.AlwaysOnTop = false
- text1=Instance.new("ImageLabel")
- text1.Image = "http://www.roblox.com/asset/?id=1925290250" --
- text1.Size=UDim2.new(4,0,5,0)
- text1.Position=UDim2.new(0,0,0,0)
- text1.BackgroundTransparency = 1
- text1.Parent=gui1
- game.Players.LocalPlayer.Character.Head.Transparency = 1
- plr.Character.Humanoid.WalkSpeed = 80
- local SWEEPINGTIME = Instance.new("Sound",sweep)
- SWEEPINGTIME.SoundId= "rbxassetid://1926526088"
- SWEEPINGTIME.Volume = 6
- SWEEPINGTIME:Play()
- wait(2.9)
- SWEEPINGTIME:Destroy()
- sweep.Touched:connect(function(hit)
- if hit.Parent.Torso then
- local wield = Instance.new("WeldConstraint",hit.Parent.Torso)
- wield.Part0 = sweep
- wield.Part1 = hit.Parent.Torso
- local swep = Instance.new("Sound",workspace)
- swep.SoundId = "rbxassetid://1781430032"
- swep.Volume = 6
- swep:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment