Skip to content

Meteor Client addon that adds some empty modules to be used with Starscript

License

Notifications You must be signed in to change notification settings

OrangeMan432/Meteor-Starscript-Modules

 
 

Repository files navigation

Meteor Starscript Modules

This adds 10 modules that do nothing, intended for Starscript key press detection.
This is a basic script to change the color of the letter W when the WKey module is enabled.
"Toggle on bind release" should be on and "Chat Feedback" off.
{meteor.is_module_active("WKey") ? #5 "W" : #3 "W"}

About

Meteor Client addon that adds some empty modules to be used with Starscript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%