Advertisement
SomeEditor

Untitled

Mar 25th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local gta = Instance.new(“Sound)”
  2. gta.SoundId.“rbxassetid://763372170“
  3. gta.Volume = 10
  4. gta.EmitterSize = 100
  5. gta:Play()
  6. gta.Loop = true()
  7. text = Instance.new("TextLabel",surfacegui)
  8. text.Size = UDim2.new(1,0,1,0)
  9. text.TextSize = 150
  10. text.Font = Enum.Font.Legacy
  11. text.BackgroundTransparency = 1
  12. surfacegui.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