Posted
yes haha it looks funny
https://gyazo.com/e6de4faef601f53f6eca5ae7ce938925
script:
-----------------------------------------------------------------------------------------------------------------------------------
for i,v in pairs(game:GetService("ReplicatedStorage").Framework.Modules["1 | Directory"].Waiter:GetChildren()) do
local Module = require(v)
Module[string.sub(v.Name, 4, 4)].walkSpeed = 55
end
for i,v in pairs(game:GetService("ReplicatedStorage").Framework.Modules["1 | Directory"].Cook:GetChildren()) do
local Module = require(v)
Module[string.sub(v.Name, 4, 4)].walkSpeed = 55
end
-----------------------------------------------------------------------------------------------------------------------------------
script made by amGerard
his thread here: https://v3rmillion.net/showthread.php?tid=1015514
Added
look how much money i got from doing this ;D
https://i.gyazo.com/bcc9c2a159d884b558cffb0375c533df.png
Cancel
Post
Replied
It works well, I changed the speed to 100.
I also revised the script to be a bit more custom wise and easier to decide with the speed you need. Just added a local.
local speed = 50 --The speed of the chef and waiter
-----------------------
-----------------------
-----------------------
-----------------------
for i,v in pairs(game:GetService("ReplicatedStorage").Framework.Modules["1 | Directory"].Waiter:GetChildren()) do
local Module = require(v)
Module[string.sub(v.Name, 4, 4)].walkSpeed = speed
end
for i,v in pairs(game:GetService("ReplicatedStorage").Framework.Modules["1 | Directory"].Cook:GetChildren()) do
local Module = require(v)
Module[string.sub(v.Name, 4, 4)].walkSpeed = speed
end
Cancel
Post
Added
Also, it's going to be a good farm when you use the anti-afk in IY FE.
Cancel
Post
modifying a ui and calling it yours does mean it's your ui.
- JalapenoGuy
https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post