Find any script for Roblox

Enter the name of the game or script.

Build a Market Tycoon script – (accelerates NPC actions)

Functions: accelerates NPC actions

Script developer: Zenco

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your 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
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *