Roblox NORTHWIND Script – Animal ESP » Download Free Cheats & Hacks for Your Game
Roblox NORTHWIND Script – Animal ESP
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.
_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
Copy the link to proceed to the file download
Only authorized users can download files. Please Log in or Register on the website.
Subscribe to the news Roblox NORTHWIND Script – Animal ESP
If the news changes, you will receive an E-mail notification.
Already subscribed: 0
0 comments
- Comments
- Add a comment
Information
Users of Guests are not allowed to comment this publication.
If you have a problem, write to us.
No Comments
New Comments
to everyone adding this to vanilla MC launcher, Add “-noverify” to JVM Launch arguments for it to work.