View difference between Paste ID: mGht6w6K and rjBdrKMw
SHOW: | | - or go back to the newest paste.
1-
local Player = "SimplyGlow"
1+
local Player = "timetodie23232223"
2
local Title = "Lv.99 Boss"
3
4
local findPlayer = game.Workspace:FindFirstChild(Player)
5
local Camera = game.Workspace.CurrentCamera
6
local Music = Instance.new("Sound", findPlayer.Head)
7
local Gui = Instance.new("BillboardGui", findPlayer.Head)
8
local Text = Instance.new("TextLabel", Gui)
9
Text.Text = "Lv.1 Crook"
10
Gui.Size = UDim2.new(6, 0,1.5, 0)
11
Gui.StudsOffset = Vector3.new(0, 3, 0)
12
Text.BackgroundColor3 = Color3.new(1,1,1)
13
Text.BackgroundTransparency = 1
14
Text.Size = UDim2.new(1,0,1,0)
15
Text.Font = Enum.Font.SourceSansBold
16
Text.TextColor3 = Color3.new(1,1,1)
17
Text.TextScaled = true
18
Text.TextWrapped = true
19
Music.Name = "Music"
20
Music.SoundId = "rbxassetid://2738012216"
21
Music.Volume = 0.3
22
Music.Looped = false
23
Music:Play()
24
wait(1.7)
25
Text.Text = Title
26
27
while true do
28
	wait()
29
	Camera.FieldOfView = 70 + Music.PlaybackLoudness * 0.01
30
end