Skip to content

DanzLua/ControllerCursorTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A port of MrAsync's Controller Cursor module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published