Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 369 Bytes

ControllerCursorTS

A port of MrAsync's Controller Cursor module.

Installation:

npm i @rbxts/controller-cursor

Example Usage

import { ShowCursor, HideCursor } from "@rbxts/controller-cursor";

ShowCursor();
wait(5);
HideCursor();

Original Documentation

in Lua found at: https://devforum.roblox.com/t/open-source-controller-cursor/535129