View difference between Paste ID: BtLfibDZ and 6GJ5C32r
SHOW: | | - or go back to the newest paste.
1
mouse = game.Players.LocalPlayer:GetMouse()
2
local gta = Instance.new(“Sound)”
3
gta.SoundId.“rbxassetid://763372170“
4
gta.Volume = 10
5
gta.EmitterSize = 100
6
gta:Play()
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"