1.0.1 • Published 6 years ago
@rbxts/controller-cursor v1.0.1
ControllerCursorTS
A port of MrAsync's Controller Cursor module.
Installation:
npm i @rbxts/controller-cursorExample 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