@val-rbxts/particle
v0.1.1
Published
Composable pop particles, flashes, and sound for roblox-ts.
Maintainers
Readme
@val-rbxts/particle
Pop particles, expanding flashes, and sound for roblox-ts. Optional callbacks let a game add blood or fling accessories without forcing those effects on every user.
Install
npm install @val-rbxts/particleUse
import { Particle } from "@val-rbxts/particle";
const Burst = new Particle({ soundId: "rbxassetid://9113263649" });
Burst.Play(new Vector3(0, 5, 0), Color3.fromRGB(255, 196, 73));Development
npm run build
npm run pack:checkLicensed under the MIT License.
