View difference between Paste ID: Lf3dWRA0 and 8STNPuVV
SHOW: | | - or go back to the newest paste.
1
--Start Settings
2-
NAME = "adam222334II"
2+
NAME = "sonicrixlp"
3
DECAL = "rbxassetid://2043376068"
4
TextFont = Enum.Font.SourceSansLight
5
PicVis = true
6
--End Settings
7
y = Instance.new("BillboardGui")
8
y.Size = UDim2.new(0,100,0,150)
9
y.StudsOffset = Vector3.new(0,1,0)
10-
y.Parent = game.Players.adam222334II.Character.Head
10+
y.Parent = game.Players.sonicrixlp.Character.Head
11-
y.Adornee = game.Players.adam222334II.Character.Head
11+
y.Adornee = game.Players.sonicrixlp.Character.Head
12
f = Instance.new("TextLabel")
13
f.Parent = y
14
f.BackgroundTransparency = 1
15
f.Position = UDim2.new(0,0,0,-30)
16
f.Size = UDim2.new(0,100,0,100)
17
f.Font = "Highway"
18
f.FontSize = "Size48"
19
f.Text = NAME
20
f.TextStrokeColor3 = Color3.new(1,1,1)
21
f.TextColor3 = Color3.new(255/255,255/255,255/255)
22
f.TextStrokeTransparency = 1
23
f.TextYAlignment = "Bottom"
24
f.Font = TextFont
25
--Image
26
IL = Instance.new("ImageLabel")
27
if PicVis == true then
28
    IL.ImageTransparency = 0
29
end
30
if PicVis == false then
31
    IL.ImageTransparency = 1
32
end
33
34
35
IL.Parent = y
36
IL.BackgroundTransparency = 1
37
IL.Position = UDim2.new(0,0,0,-90)
38
IL.Size = UDim2.new(0,100,0,100)
39
IL.Image = DECAL