Advertisement
ManlyMemeScripter

Moon man

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