Advertisement
ManlyMemeScripter

Dolan plz

Mar 2nd, 2018
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --This is a localscript; you will need to have access to using scripts wherever you want this
  2. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
  3.  
  4. --Nigger--
  5. game.Workspace.Anyhernndez2006.Humanoid.WalkSpeed = 75
  6.  
  7. -- Objects
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local TextButton = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  15.  
  16. TextButton.Parent = ScreenGui
  17. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  18. TextButton.Size = UDim2.new(0, 100, 0, 50)
  19. TextButton.Font = Enum.Font.SourceSans
  20. TextButton.FontSize = Enum.FontSize.Size14
  21. TextButton.Text = "Hello SB admin viewing my words"
  22. TextButton.TextSize = 14
  23.  
  24. --[[Function/s being made!]]
  25. function PlayMusic(ID)
  26.     for i, v in pairs (game.Workspace:GetChildren()) do
  27.     if v:IsA("Sound") then
  28.     end
  29.     end
  30.     local music = Instance.new("Sound")
  31.     local asset = "rbxassetid://"
  32.     music.SoundId = asset .. ID
  33.     music.Parent = workspace
  34.     music.Volume = 99
  35.     music.Looped = false
  36.     music:Play()
  37. end
  38. --[[Connecting functions!]]
  39. TextButton.MouseButton1Down:connect(function()
  40. PlayMusic(475073913)
  41. end)
  42.  
  43. --By Memes &===D-___———-
  44. plr = game.Players.LocalPlayer.Character
  45. sauce = Instance.new("Sound", plr.Head)
  46. sauce.SoundId = "http://roblox.com/asset?id=0"
  47. sauce.Volume = 5347
  48. sauce:Play()
  49. sauce.Looped = true
  50. wait(0.3)
  51. part = Instance.new("Part", plr)
  52. part.Size = Vector3.new(5,6,0.5)
  53. weld = Instance.new("Weld", part)
  54. weld.Part0 = plr.Torso
  55. weld.Part1 = part
  56. part.Transparency = 1
  57. dec1 = Instance.new("Decal")
  58. dec1.Parent = part
  59. dec1.Texture = "http://www.roblox.com/asset/?id=403806094"
  60. dec1.Transparency = 1
  61. dec = Instance.new("Decal")
  62. dec.Parent = part
  63. dec.Texture = "http://www.roblox.com/asset/?id=403806094"
  64. dec.Face = "Front"
  65. plr.Torso.Transparency = 1
  66. plr["Left Arm"].Transparency = 1
  67. plr["Right Arm"].Transparency = 1
  68. plr["Left Leg"].Transparency = 1
  69. plr["Right Leg"].Transparency = 1
  70. plr.Head.Transparency = 1
  71. wait()
  72. plr.Head.face.Transparency = 1
  73. while true do
  74.     wait(0.01)
  75.     dec1.Transparency = 1
  76.     dec.Transparency = 0
  77.     wait(0.01)
  78.     dec1.Transparency = 0
  79.     dec.Transparency = 1
  80. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement