projection
Shared, interactive in-world browser screens for websites, documents and videos. The server owns screen state and the active controller; mouse clicks, video controls and scrolling are relayed to every viewer in the same routing bucket. - /projectionplace — admin-only raycast placement. Stand where the management prompt should be and aim at the display surface. - /projectionremove — admin-only removal of the nearest admin-placed screen. - /projection — open the nearest screen's configured interaction point. - /projectionkill — clear the nearest active screen without deleting it. Restricted to VCORE admins and identifiers in Config.KillIdentifiers inside config.server.lua. Placement controls: mouse wheel changes size, Left/Right rotates, F flips, E confirms and Backspace cancels.
Introduction
Shared, interactive in-world browser screens for websites, documents and videos. The server owns screen state and the active controller; mouse clicks, video controls and scrolling are relayed to every viewer in the same routing bucket. - /projectionplace — admin-only raycast placement. Stand where the management prompt should be and aim at the display surface. - /projectionremove — admin-only removal of the nearest admin-placed screen. - /projection — open the nearest screen's configured interaction point. - /projectionkill — clear the nearest active screen without deleting it. Restricted to VCORE admins and identifiers in Config.KillIdentifiers inside config.server.lua. Placement controls: mouse wheel changes size, Left/Right rotates, F flips, E confirms and Backspace cancels.
UI page: html/index.html
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
logs | Referenced by source | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
logs | Log |
Installation / Start Order
The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 58. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
ensure projectionConfiguration
Config files
config.luaconfig.server.lua
Top-level config keys detected
AdminPermissionAllowHttpBlockPrivateHostsControlDistanceDefaultScaleDuiHeightDuiWidthInteractionDistanceKillCommandKillDistanceKillIdentifiersMaxScaleMaxScreensMaxUrlLengthMinScaleOpenCommandPersistAdminScreensPlaceCommandRemoveCommandRenderDistanceScreensEvents, Exports & Callbacks
Exports
No export definitions were detected.
Callbacks
Server callbacks4
projection:server:claimprojection:server:removeprojection:server:setUrlprojection:server:snapshot
Registered network events
Client registered events7
projection:client:controlLostprojection:client:inputprojection:client:placementResultprojection:client:removeprojection:client:snapshotprojection:client:startPlacementprojection:client:upsert
Server registered events6
projection:server:createprojection:server:heartbeatprojection:server:inputprojection:server:releaseprojection:server:removeNearestprojection:server:requestPlacement
Commands
No commands were detected.
Database / SQL
No resource-local SQL file was detected.
The root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 3 |
| Server Lua | 1 |
| Other/shared Lua | 3 |
| JavaScript | 1 |
| HTML | 2 |
| CSS | 1 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
projection. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

