_G.create = true while _G.create do game:GetService("ReplicatedStorage").Source.Network.RemoteFunctions.Digging:InvokeServer({ ["Command"] = "CreatePile" }) task.wait() end