Roblox But You Get Smarter Every Second AUTO COLLECT GEMS SCRIPT

Created by Whybie#0001

Features:

  • AUTO COLLECT GEMS
getgenv().toggle = true

local table = {
   game:GetService("Workspace").Z2Gems,
   game:GetService("Workspace").Z1Gems,
   game:GetService("Workspace").Z3Gems,
   game:GetService("Workspace").Z6Gems,
   game:GetService("Workspace").Z4Gems,
   game:GetService("Workspace").Z7Gems,
   game:GetService("Workspace").Z5Gems,
}

while task.wait(3) and toggle do
   for a,b in pairs(table) do
       for i,v in pairs(b:GetDescendants()) do
           if v.Name == "TouchInterest" then
               firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
               firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
           end
       end
   end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!