Skip to content

Getting Started

Installation

You can install the Module off of Roblox: Download Here

Once you install import it into Roblox Studio, It is suggested parenting it to Replicated Storage or under any local script

Setting Up

In a local script lets refrence the module:

Refrence DynamicCrosshair
local UI : ScreenGui = 
local DynamicCrosshair = require(...).New(UI)
Next Steps

Next steps are located at Basic Usage!