UNPKG

rbxjs-plus

Version:

A system allowing access to roblox functions.

9 lines (8 loc) 167 B
// Define module.exports = function (cache, type, index) { if (cache[type]) { cache[type].items[index].time = null; } else { return 'Invalid type'; } };