Advertisement
Diep8328Paster

Untitled

Jun 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. -- baldi script by theamazingnater enjoy peeps
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4.  
  5. print("OH HELL NO")
  6.  
  7. wait(1)
  8. for i,v in pairs(char:GetChildren()) do
  9. if v.ClassName == "Part" then
  10. v.Transparency = 1
  11. end
  12. end
  13. for i,v in pairs(char:GetChildren()) do
  14. if v.ClassName == "Accessory" then
  15. v.Handle.Transparency = 1
  16. end
  17. end
  18. char.Head.face.Transparency = 1
  19. local sweep = Instance.new("Part")
  20. local sweepdecal1 = Instance.new("Decal",sweep)
  21. local sweepdecal2 = Instance.new("Decal",sweep)
  22. local weld = Instance.new("Weld",sweep)
  23. sweep.Name = "gotta sweep sweep sweep"
  24. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  25. sweep.Transparency = 1
  26. sweep.CanCollide = false
  27. weld.Part0 = char.Torso
  28. weld.Part1 = sweep
  29. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  30. sweep.Parent = char
  31. char.Humanoid.HipHeight = 0.3
  32. slapspeed = 2
  33. walkSpeed = 20.3
  34. char.Humanoid.WalkSpeed = 30
  35. gui1=Instance.new("BillboardGui")
  36. gui1.Parent = game.Players.LocalPlayer.Character.Head
  37. gui1.Adornee = game.Players.LocalPlayer.Character.Head
  38. gui1.Size=UDim2.new(4.5,0,10.5,0)
  39. gui1.StudsOffset=Vector3.new(0,0,0)
  40. gui1.AlwaysOnTop = true
  41. text1=Instance.new("ImageLabel")
  42. text1.Image = "http://www.roblox.com/asset/?id=1975555306" --
  43. text1.Size=UDim2.new(1,0,1,0)
  44. text1.Position=UDim2.new(0,0,0,0)
  45. text1.BackgroundTransparency = 1
  46. text1.Parent=gui1
  47. game.Players.LocalPlayer.Character.Head.Transparency = 1
  48. local scawy = Instance.new("Sound",char.Torso)
  49. scawy.PlaybackSpeed = 0.8
  50. scawy.Volume = 4
  51. scawy.SoundId = "rbxassetid://1978403515"
  52. scawy.Looped = true
  53. scawy:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement