Roblox NORTHWIND Script - Animal ESP
- Developer: Unknown
- Status:
UNDETECTED
- Updated: 11.06.22
- Current version: 1.0
Found for you the only working script on roblox NORTHWIND, unfortunately it has only one function, it is called Animal ESP, activating it, you will have the name of the animal and the distance to him on the screen, in the screenshot shows how it looks. One function but it's very good, for example for hunting, you'll know who and where to hunt. NORTHWIND is quite a popular mode of the RPG genre, released in 2019 and already has almost 5 million hits from players, and 72k have added the game to their favorites. The game is for fans of survival, if you like it then definitely use this free script.
How do I use this script? < Visit this page to find out.
Script:
_G.ON = true
while _G.ON and wait() do
for i,b in pairs(game:GetService("Workspace").NPCs.Animals:GetDescendants()) do
if b.ClassName == "BoxHandleAdornment" or b.ClassName == "BillboardGui" then
b:Destroy()
end
end
for i,v in pairs(game:GetService("Workspace").NPCs.Animals:GetDescendants()) do
if v.ClassName == "MeshPart" then
local cham = Instance.new("BoxHandleAdornment", v)
cham.ZIndex = 10
cham.Adornee = v
cham.AlwaysOnTop = true
cham.Size = v.Size
cham.Transparency = 0.75
cham.Color3 = v.Color
cham.Name = "Cham"
local bill = Instance.new("BillboardGui", v.Parent.Head)
bill.Name = "NameEsp"
bill.Size = UDim2.new(30,30,30,30)
bill.Adornee = v.Parent.Head
bill.AlwaysOnTop = true
local plr = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
local Mob = v.Parent.Head.Position
local Dist = (plr.Position - Mob).magnitude
local name = Instance.new("TextLabel", bill)
name.TextWrapped = true
name.Text = v.Parent.Parent.Name.." ".."Distance: " .. string.format("%.0f", Dist) .. " " .. "ft"
name.Size = UDim2.new(1,0,1,0)
name.TextYAlignment = "Top"
name.TextColor3 = Color3.new(1,1,1)
name.BackgroundTransparency = 1
end
end
end
Free Download Roblox NORTHWIND Script - Animal ESP
0 comments
Information
Users of Guests are not allowed to comment this publication.
If you have a problem, write to us.