setthreadidentity
function setthreadidentity(id: number): ()Parameters
Example
setthreadidentity(2)
print(game.CoreGui) -- Throws an error
setthreadidentity(8)
print(pcall(Instance.new, "Player")) -- Output: true PlayerLast updated