Insource Systems
  • Intro
  • Change Log
  • API Reference
  • Insource Bot
    • Getting Started
    • Commands
      • Settings
      • Moderation
      • Info
      • Account
      • InStore
  • InStore
    • Getting Started
      • Linking Your Account
      • Create Your Store
      • Create a Product
    • Framework
      • RemoteEvent
        • Alert
        • LaunchProduct
      • RemoteFunction
        • GetCurrentUser
        • GetProductById
        • GetProducts
        • RequestPromptPurchase
      • Resources
        • Configuration
        • Product
        • Theme
        • User
      • Utils
        • TeleportToAccount
        • TimeStringToEpoch
    • API Resources
      • License
      • Product
      • Store
  • API Resources
    • User
Powered by GitBook
On this page

Was this helpful?

  1. InStore
  2. Framework

Utils

InStore provides a host of utilities for streamlining and standardizing your theme scripts.

All utils are found in game.ReplicatedStorage.InStore.Utils

Example Script

local RS = game.ReplicatedStorage:WaitForChild('InStore');
local Utils = RS.Utils; --> Folder of util modules

PreviousUserNextTeleportToAccount

Last updated 1 year ago

Was this helpful?