View difference between Paste ID: AfGARuh5 and wAPmiseK
SHOW: | | - or go back to the newest paste.
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,surfacegui”)
7+
surfacegui = Instance.new("SurfaceGui",despacitotext)
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 = true
14
text.TextStrokeColor3 = Color3.fromRGB(128,0,128)
15
text.TextStrokeTransparency = 0
16-
text.Text = "MAFIA BOSS"
16+
17
text.Text = "mafia boss"