Package Description

GRX Chalkboards is a persistent chalkboard/sign system for RedM that lets players place interactive boards in the world, write custom text on them through an NUI editor, and manage their placement over time.

Boards are saved to the database and automatically stream in/out based on proximity, preventing duplicate/orphan props and keeping performance stable. Each board supports multiple sign models (default/large/wall) and remembers which item type created it, so removing the board returns the correct item.

The script integrates with grx_interact to provide ALT interactions on each board:

  • View chalkboard

  • Write on board (owner-only)

  • Edit placement (owner-only, via object_gizmo when available)

  • Remove board (owner-only)

It’s designed to work on RSGCore and VORPCore servers and supports ox_inventory, rsg-inventory, and vorp_inventory, allowing boards to be placed either via usable items or via admin/command placement depending on configuration.

DEPENDENCIES :
GRX INTERACT  (https://github.com/MafiaBorn/grx_interact)
OBJECT GIZMO (https://github.com/dodibanScripts/object_gizmo)


Video Preview coming soon...