View difference between Paste ID: 97H47TBz and g7Qx7ECh
SHOW: | | - or go back to the newest paste.
1-
Player = game:GetService("Players").LocalPlayer
1+
local player = game.Players.LocalPlayer
2-
local gta = Instance.new(“Sound)”
2+
nostalgie  = Instance.new("Sound", game.Players.LocalPlayer.Character)
3-
gta.SoundId.“rbxassetid://763372170“
3+
nostalgie.SoundId = "rbxassetid://763372170"
4-
gta.Volume = 10
4+
nostalgie.Looped = true
5-
gta.EmitterSize = 100
5+
nostalgie:Play()
6-
gta:Play()
6+
nostalgie.Volume = 10
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"