Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Shorter version: loadstring(game:HttpGet(("https://pastebin.com/raw/xmSn7XZE"),true))()
- Original version:
- local billboard = Instance.new("BillboardGui", workspace.NPCs.Kate.Eye)
- local Highlight = Instance.new("Highlight", workspace.NPCs.Kate)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = false
- text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
- text.TextStrokeTransparency = 0
- text.Text = "Alice"
- local billboard = Instance.new("BillboardGui", workspace.NPCs.Ralph.Eye)
- local Highlight = Instance.new("Highlight", workspace.NPCs.Ralph)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = false
- text.TextColor3 = Color3.new(0, 0, 0)
- text.TextStrokeTransparency = 0
- text.TextStrokeColor3 = Color3.new(255,255,255)
- text.Text = "Ralph"
- local billboard = Instance.new("BillboardGui", workspace.NPCs.Stan.Eye)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = false
- text.TextColor3 = Color3.new(1, 0, 0)
- text.TextStrokeTransparency = 0
- text.Text = "Stan"
- local billboard = Instance.new("BillboardGui", workspace.NPCs.James.Head)
- local Highlight = Instance.new("Highlight", workspace.NPCs.James)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = false
- text.TextColor3 = Color3.new(0.298039, 0.298039, 0.298039)
- text.TextStrokeTransparency = 0
- text.Text = "James"
- local billboard = Instance.new("BillboardGui", workspace.NPCs.Fraud.Head)
- local Highlight = Instance.new("Highlight", workspace.NPCs.Fraud)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = false
- text.TextColor3 = Color3.new(0, 0, 0)
- text.TextStrokeTransparency = 0
- text.TextStrokeColor3 = Color3.new(255,255,255)
- text.Text = "Fraud"
- local billboard = Instance.new("BillboardGui", workspace["Doors"].Door1)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = false
- text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
- text.TextStrokeTransparency = 0
- text.Text = "Exit 1"
- local billboard = Instance.new("BillboardGui", workspace["Third Door"].Door1)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = true
- text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
- text.TextStrokeTransparency = 0
- text.Text = "Exit 3"
- local billboard = Instance.new("BillboardGui", workspace["Second Door"].Door1)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = true
- text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
- text.TextStrokeTransparency = 0
- text.Text = "Exit 2"
- local billboard = Instance.new("BillboardGui", workspace["Secret Doors"].Door)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = true
- text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
- text.TextStrokeTransparency = 0
- text.Text = "Dance Floor"
- local netgear = workspace:FindFirstChild("ROT13 Panel")
- if netgear then
- local billboard = Instance.new("BillboardGui", netgear.ButtonBack)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = true
- text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
- text.TextStrokeTransparency = 0
- text.Text = "Netgear Room"
- end
- for i, plr in pairs(game.Players:GetPlayers()) do
- local Head = plr.Character:FindFirstChild("Head")
- if Head then
- local billboard = Instance.new("BillboardGui", Head)
- billboard.AlwaysOnTop = true
- billboard.Active = true
- billboard.Size = UDim2.new(0, 200, 0, 50)
- local text = Instance.new("TextLabel", billboard)
- text.Size = UDim2.new(1, 0, 1, 0)
- text.BackgroundTransparency = 1
- text.TextScaled = true
- text.TextColor3 = Color3.new(0, 0.65098, 1)
- text.TextStrokeTransparency = 0
- text.Text = plr.Name
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement