Verity Companion scripts
Educational reference material for community developers — never run against the live Roblox client.
What this hub is
The Scripts hub collects community-written reference code for Verity Companion. Every script is a learning tool: it documents how the in-game companion reacts to specific triggers, how room puzzles are scripted, and how dialogue branches resolve. None of the scripts on this wiki should be executed against the live Roblox client — Roblox’s Terms of Use prohibit third-party executables, and using them risks account action.
How to use these scripts
- Read them as study material. The companion AI dialogue flow is documented so you can understand why certain choices unlock endings.
- Re-use the structure in your own Roblox Studio projects. The patterns are compatible with Luau.
- Reference the variable names against the in-game Companion editor to plan your builds.
- Pair with the how to use the AI companion guide for context.
Safety first
The studio does not endorse third-party executables. Scripts that touch the live client are against the Roblox Terms of Use and can trigger account suspensions. Treat every script below as a text-only reference. The how to progress fast page documents the legitimate grind paths that work without executables.
Featured scripts
The pages below cover the three most popular patterns:
- Auto quest script — documents the dialogue trigger order for repeatable side-quests.
- Infinite coins reference — explains why ‘infinite’ Robux scripts are always scams and what legitimate Ink sinks look like.
- Companion AI dialogue map — visualises how the companion chooses between endings.
Legal context
Verity Companion is a Roblox title; any code that runs against the live client must comply with the Roblox Terms of Use. Our scripts are mirrored from public developer education channels and re-formatted for readability. They are not affiliated with, endorsed by, or sponsored by the studio. For official support use the Official Links hub.
Pair scripts with guides
The how to unlock endings guide cross-references the scripts below. Read the guide first so you understand what the script is meant to teach, then dive into the code.
Updates and patches
Roblox patches can break older scripts because the studio renames remote events. The Updates hub logs every patch we re-tested scripts against.
Frequently Asked Questions
Quick answers to the most common questions.
Can I run these scripts against the live Roblox client?
No. Roblox's Terms of Use prohibit third-party executables, and the studio explicitly bans them in the Official Links hub announcements. Treat the scripts as reference material only.
Where do these scripts come from?
They are community-written reference snippets shared on public developer education channels. We re-format them for readability and verify the variable names against the current Roblox client.
Do scripts give free Robux?
No legitimate script gives Robux. Anything claiming to do so is a scam. Verity Companion uses Ink currency, not Robux, and the legitimate ways to earn Ink are documented in our how to progress fast guide.
How do I report a broken script?
Send the script name and the patch date to the wiki Discord. We re-test against the current Roblox client and update the Updates hub log.