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.
setscriptable(instance: Instance, property: string, scriptable: boolean): boolean
instance
Instance
property
string
scriptable
boolean
true
false
local wasScriptable = setscriptable(fireInstance, "size_xml", true) assert(wasScriptable == false)
setscriptable(game:GetService("Lighting"), "Technology", true)