Advertisement
SomeEditor

Untitled

Apr 13th, 2019
115
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://141509625"
  4. nostalgie.Looped = true
  5. nostalgie:Play()
  6. nostalgie.Volume = 30
  7. surfacegui = Instance.new("SurfaceGui",text)
  8. text = Instance.new("TextLabel",surfacegui)
  9. text.Size = UDim2.new(1,0,1,0)
  10. text.TextSize = 150
  11. text.Font = Enum.Font.Legacy
  12. text.BackgroundTransparency = 1
  13. surfacegui.AlwaysOnTop = false
  14. text.TextStrokeColor3 = Color3.fromRGB(128,0,128)
  15. text.TextStrokeTransparency = 0
  16. text.TextColor3 = Color3.fromRGB(0,0,0)
  17. text.Text = "mafia boss"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement