Advertisement
SomeEditor

Untitled

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