-- Configuration local RAINBOW_SPEED = 0.1 -- Time between color changes (seconds) local FLOAT_SPEED = 0.05 -- Speed of floating map parts local FLOAT_HEIGHT = 10 -- Max height for floating parts -- ...
This repository contains a reference implementation of the Model Context Protocol (MCP) that enables communication between Roblox Studio via a plugin and Claude Desktop or Cursor. It consists of the ...