top of page

Auto Money Gym Legends Mobile Script



while true do
wait(0.01)
local args = {
    [1] = {
        ["Model"] = game:GetService("ReplicatedStorage").Client.Assets.GymAssets.Customers.Olivia.Model,
        ["ItemName"] = "Olivia"
    }
}

game:GetService("ReplicatedStorage").Client.Packages._Index:FindFirstChild("sleitnick_knit@1.6.0").knit.Services.NpcService.RE.CustomerPayment:FireServer(unpack(args))

end



3 views

Komentáře


bottom of page