Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.
local args = {
"collect"
}
while true do
task.wait()
game:GetService("ReplicatedStorage"):WaitForChild("Valentine2026"):WaitForChild("RemoteEvent"):FireServer(unpack(args))
end