ParaScript.UpdateDeclaration function Update() end Description Update is called every frame, if the MonoBehaviour is enabled. Luafunction Update() print("update method called"); end