FNaF: Support Requested Script | ESP

Created by xenem3re

Features:

  • ESP
-- Make sure to change the number in the "NIGHT-3" on what night youre on --
-- if your on other fnafs (fnaf 2 etc) just use dex to find out what night your on im lazy --
for __,v in pairs(game:GetService("Workspace")["NIGHT-3"].Animatronics:GetChildren()) do
if v:IsA("Model") or v:IsA("Part") or v:IsA("MeshPart") then
local a = Instance.new("BillboardGui",v)
a.Size = UDim2.new(1,0, 1,0)
a.Name = "ESPBillboard"
a.AlwaysOnTop = true
local b = Instance.new("Frame",a)
b.Size = UDim2.new(1,0, 1,0)
b.BackgroundTransparency = 1
b.BorderSizePixel = 0
b.Name = "ESPFrame"
local c = Instance.new("TextLabel",b)
c.Name = "ESPText"
c.Text = v.Name
c.Size = UDim2.new(1,0, 1,0)
c.BackgroundTransparency = 1
c.BorderSizePixel = 0
c.TextColor3 = Color3.fromRGB(255, 0, 0) --- change the color to waht ur comfortable with
c.TextSize = 10
end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS