diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index 1a72ba60ab0..d063bd81e7f 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -460,6 +460,7 @@
Assigns a script to the object. Each object can have a single script assigned to it, which are used to extend its functionality.
+ If the object already had a script, the previous script instance will be freed and its variables and state will be lost. The new script's [method _init] method will be called.