Elemental Battlegrounds AUTO GEMS/SHARD GRABBER ELEMENTAL BATTLE GROUNDS

Created by YGT72

Features:

  • AUTO GEM/SHARD GRABBER
local me = game.Players.LocalPlayer
local mee = me.Character
local HRP = mee.HumanoidRootPart
while true do
   wait()
for i,v in pairs(game.Workspace:GetDescendants()) do
  if v.ClassName == 'Part' and v.Name == 'Shard' then
      HRP.CFrame = v.CFrame
      task.wait()
  end
end
for i,v in pairs(game.Workspace:GetDescendants()) do
  if v.ClassName == 'Part' and v.Name == 'Diamond' then
      HRP.CFrame = v.CFrame
      task.wait()
  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!