Created by gamer564
Features:
- STRENGTH FARM
while wait(0.1) do
local args = {
[1] = "str",
}
game:GetService("ReplicatedStorage").Remotes.train:FireServer(unpack(args))
end
- DURABILITY FARM
while wait(0.1) do
local args = {
[1] = "dur",
}
game:GetService("ReplicatedStorage").Remotes.train:FireServer(unpack(args))
end
ENJOY!