ADVERTISEMENTREMOVE ADS
Auto Refill and Place
46,901 views
Description
Auto refills your blocks and places it
Works on all executors
Features:
- Auto refill
- auto place
ADVERTISEMENTREMOVE ADS
9 Lines • 248 Bytes
local refill = game:GetService("ReplicatedStorage").Events.RefillBlocks
local place = game:GetService("ReplicatedStorage").Events.PlaceBlock
function fire(event)
event:FireServer()
end
while task.wait() do fire(refill) fire(place) end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments