Cache
cache.invalidate
Elimina la entrada de registro Instance cache en cache para la Instance indicada.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Elimina la entrada de registro Instance cache en cache para la Instance indicada.
cache.invalidate(instance: Instance)
local Players = game:GetService("Players")
cache.invalidate(Players)
print(cache.iscached(Players))