The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Auto Collect script pastebin roblox
By Auto Collect on 2024-09-21 08:00 am | Syntax: LUA | Views: 14



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for Index, Object in pairs(workspace:GetDescendants()) do
  2.    if Object.Name == "Collected" then
  3.        Object:FireServer()
  4.    end
  5. end