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
Last updated
Was this helpful?