View difference between Paste ID: VLJshCZZ and E54KKmCx
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://366534372"
3+
nostalgie.SoundId = "rbxassetid://3023855394"
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"