Advertisement
SomeEditor

Untitled

Mar 26th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local player = game.Players.LocalPlayer
  2. nostalgie = Instance.new("Sound", game.Players.LocalPlayer.Character)
  3. nostalgie.SoundId = "rbxassetid://763372170"
  4. nostalgie.Looped = true
  5. nostalgie:Play()
  6. nostalgie.Volume = 10
  7. text = Instance.new("TextLabel")
  8. text.Size = UDim2.new(1,0,1,0)
  9. text.TextSize = 150
  10. text.Font = Enum.Font.Legacy
  11. text.BackgroundTransparency = 1
  12. text.AlwaysOnTop = true
  13. text.TextStrokeColor3 = Color3.fromRGB(128,0,128)
  14. text.TextStrokeTransparency = 0
  15. text.TextColor3 = Color3.fromRGB(0,0,0)
  16. text.Text = "MAFIA BOSS"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement