ParaScript.AwakeDeclaration function Awake() end Description Awake is called when the script instance is being loaded. Luafunction Awake() print("object awake"); end