Advertisement
Puppet213321

music

Jun 8th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. --Made by H33T_L4R5
  2. Player = game.Players.LocalPlayer
  3. Character = Player.Character
  4. local txt = Instance.new("BillboardGui", Character)
  5. txt.Adornee = Character.Head
  6. txt.Name = "_status"
  7. txt.Size = UDim2.new(2, 0, 1.2, 0)
  8. txt.StudsOffset = Vector3.new(-9, 8, 0)
  9. local text = Instance.new("TextLabel", txt)
  10. text.Size = UDim2.new(10, 0, 7, 0)
  11. text.FontSize = "Size24"
  12. text.TextScaled = true
  13. text.TextTransparency = 0
  14. text.BackgroundTransparency = 10
  15. text.TextTransparency = 0
  16. text.TextStrokeTransparency = 0
  17. text.Font = "Arcade"
  18. text.TextStrokeColor3 = Color3.new(50,205,50)
  19. text.Text = "Puppet"
  20. wait(0.1)
  21.  
  22.  
  23. local s = Instance.new("Sound")
  24.  
  25. s.Name = "Sound"
  26. s.SoundId = "http://www.roblox.com/asset/?id=257453119"
  27. s.Volume = 2
  28. s.Looped = true
  29. s.archivable = false
  30.  
  31. s.Parent = game.Workspace
  32.  
  33. wait(1)
  34.  
  35. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement