JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 150
  • Score
    100M100P100Q85159F
  • License Apache-2.0

Roblox-ts typings for loleris's ProfileService

Package Exports

  • @rbxts/profileservice

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rbxts/profileservice) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@rbxts/profileservice

NPM

Installation:

npm i @rbxts/profileservice

Example Usage

import ProfileService from "@rbxts/profileservice";

const ProfileTemplate = {
    Cash: 0,
    Items: [],
    LogInTimes: 0,
} as const;

const GameProfileStore = ProfileStore.GetProfileStore("PlayerData", ProfileTemplate);

const profiles = new Map<Player, profile>();

Changelog

Unreleased

1.0.0

  • Published profileservice V1.0.0 (from GitHub commit ac9be3f)