ADVERTISEMENTREMOVE ADS
Auto Create Piles
47,332 views
Description
creates piles for you using remote events, simple script but it helps if you want piles created for you
Features:
- Auto create pile
ADVERTISEMENTREMOVE ADS
7 Lines • 198 Bytes
_G.create = true
while _G.create do
game:GetService("ReplicatedStorage").Source.Network.RemoteFunctions.Digging:InvokeServer({
["Command"] = "CreatePile"
})
task.wait()
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments