[PIZZA!] Build a Market Tycoon | MAKING NPC WALK FASTER

MADE BY Zenco

FEATURE:

  • IT ALLOWS NPC TO WALK FASTER IN RETURN YOU GENERATE MORE MONEY

GAME LINK:
BUILD A MARKET TYCOON

SCRIPT:

_G.loop = true
while _G.loop == true do
   wait(0.1)
for i,v in pairs(game:GetService("Workspace").NPCs:GetDescendants()) do
  if v.ClassName == "Humanoid" then
       v.WalkSpeed = 100
   end
end
for i,v1 in pairs(game:GetService("Workspace").Map.Marts:GetDescendants()) do
  if v1.Name == "MoneyPileInteractionPart" then
       v1.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
   end
end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!