View difference between Paste ID: EjMpUnbJ and TiKu8pFS
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")
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
12+
text.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"