Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sets the cached Instance entry for one Instance to another Instance.
cache.replace(instance: Instance, replacement: Instance)
instance
Instance
replacement
local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") cache.replace(Players, ReplicatedStorage) print(cache.iscached(Players))