scriptedtiger
v0.1.1
Published
Roblox NPM Module
Downloads
11
Readme
Roxy
Roblox npm module
Latest version...
This package does not do anything at the moment. I am just testing this to see if it works and how to publish and such.
Usage
const { msg } = require('scriptedtiger');
msg('Hello there');Alternate Usage
const scripted = require('scriptedtiger');
scripted.msg('Hi there.');