Created by Whoknows1
Features:
- MONEY SCRIPT
- stand on top of a register and execute, may have to wait a few seconds (10 max)
for i,v in pairs(workspace:GetDescendants()) do
if v:IsA("ProximityPrompt") then
for i=1, 100 do fireproximityprompt(v)
end
end
end