Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Player = owner
  2. Character = Player.Character
  3. local txt = Instance.new("BillboardGui", Character)
  4. txt.Adornee = Character.Head
  5. txt.Name = "_status"
  6. txt.Size = UDim2.new(2, 0, 1.2, 0)
  7. txt.StudsOffset = Vector3.new(-9, 8, 0)
  8. local text = Instance.new("TextLabel", txt)
  9. text.Size = UDim2.new(10, 0, 4, 0)
  10. text.FontSize = "Size24"
  11. text.TextScaled = true
  12. text.TextTransparency = 1
  13. text.BackgroundTransparency = 1
  14. text.TextTransparency = 0.5
  15. text.TextStrokeTransparency = 0
  16. text.Font = "SciFi"
  17. text.TextStrokeColor3 = Color3.new(255,255,0)
  18. text.Text = "SubEngineer || Newb"
  19.  
  20. local music = Instance.new("Sound", owner.Character.Head)
  21. music.Volume = 10
  22. music.SoundId = "rbxassetid://869166432"
  23. music.Looped = true
  24. music.Name = "yopierrewannacutmyhair"
  25. music:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement