Elemental Battlegrounds Script | AUTO GEMS/SHARD GRABBER



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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!