Advertisement
Cute_Sylveon

No running in the halls

Jun 3rd, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. -- baldi script by theamazingnater enjoy peeps
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4.  
  5. wait(1)
  6. local slap = Instance.new("Sound",char)
  7. slap.SoundId = "rbxassetid://1857731449"
  8. slap.Volume = 10
  9. for i,v in pairs(char:GetChildren()) do
  10. if v.ClassName == "Part" then
  11. v.Transparency = 1
  12. end
  13. end
  14. for i,v in pairs(char:GetChildren()) do
  15. if v.ClassName == "Accessory" then
  16. v.Handle.Transparency = 1
  17. end
  18. end
  19. char.Head.face.Transparency = 1
  20. local sweep = Instance.new("Part")
  21. local sweepdecal1 = Instance.new("Decal",sweep)
  22. local sweepdecal2 = Instance.new("Decal",sweep)
  23. local weld = Instance.new("Weld",sweep)
  24. sweepdecal1.Face = "Back"
  25. sweepdecal1.Texture = "rbxassetid://1874852663"
  26. sweepdecal2.Face = "Front"
  27. sweepdecal2.Texture = "rbxassetid://1874852663"
  28. sweep.Name = "gotta sweep sweep sweep"
  29. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  30. sweep.Transparency = 1
  31. sweep.CanCollide = false
  32. weld.Part0 = char.Torso
  33. weld.Part1 = sweep
  34. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  35. sweep.Parent = char
  36. char.Humanoid.HipHeight = 0.3
  37. walkSpeed = 70
  38. char.Humanoid.WalkSpeed = 70
  39. sweep.Touched:connect(function(part)
  40. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  41. if human and human.Parent.Name ~= char.Name then
  42. human.Health = 0
  43. slap:Play()
  44. end
  45. end)
  46. while true do
  47. wait(slapspeed)
  48. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1874852663"
  49. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1874852663"
  50. sweepdecal1.Face = "Back"
  51. sweepdecal1.Texture = "rbxassetid://1874852663"
  52. sweepdecal2.Face = "Front"
  53. sweepdecal2.Texture = "rbxassetid://1874852663"
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement