SUMMON GAME Roblox Script

SUMMON GAME Roblox Script focuses on artifact hunting and monster awareness in the current build.

SUMMON GAME Script

Artifact runs with less wandering

SUMMON GAME Roblox Script is built for artifact hunting. The main loop scans the workspace for parts named Artifact, picks the nearest Artifact inside your chosen range, then moves your character toward it with Roblox pathfinding. That saves the usual time spent sweeping large areas and checking every corner by hand.

When the character reaches the target, the script looks for a nearby Open proximity prompt and fires it automatically. If movement stalls, it recalculates the route instead of standing still forever. A small status readout also tracks whether farming is active and how many artifacts the session has counted.

Run the current loader

Paste the loader into your executor after joining a server, then enable only the tools you plan to use.

load.lua
loadstring(game:HttpGet("https://keyify.lol/l/summon-game"))()

Tools that reduce manual checks

The controls are narrow, but practical. Each option supports the same artifact route: find a valid target, travel to it, open it, then repeat while keeping nearby monster positions visible when needed.

  • Auto Farm/Artifact: Starts the artifact loop, including scanning, path creation, walking, jumping at path waypoints, and prompt interaction.
  • Search Radius: Lets you set the scan range from 100 to 10000, with 5000 used as the default value.
  • Monster ESP: Highlights living non-player humanoid models through walls and labels them with name and health percentage.
  • Artifact counter: Shows a running total of opened artifacts, useful for judging whether the route is still producing results.