ADVERTISEMENTREMOVE ADS
Game icon

Auto Refill and Place

Script preview thumbnail
Script Preview

Description

Auto refills your blocks and places it

Works on all executors

Features:

  • Auto refill
  • auto place

Tested with

ADVERTISEMENTREMOVE ADS
9 Lines • 248 Bytes
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS