function ADVR.onLoad() achievement.unlocksItem = relics.CURSED_KNIFE achievement.predecessors = {achievements.THEY_BELONG_IN_A_MUSEUM} achievement.category = "collection" end function ADVR.onPreGameReload() local amountPickups = game.itemInterpreter.TotalPickupsFoundInRunByASpecificPlayer(player.LocalPlayerRef) if amountPickups >= 30 then achievement.Unlock() end end