How can I correctly set my characters inheritance

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By S7u

I am getting an error 'Script inherits from native type Kinematic body, so it can’t be instanced in an object of type Spatial whilst making a character contrller script.
The character root itself is a kinematic, but seems to be a child of the Spatial called Level.
How can I unparent the character from the level?

screencap

second try screencap

image link

:bust_in_silhouette: Reply From: MallNinjaMax

Somewhere in your project is a script that inherits KinematicBody but is attached to a Spatial node. Perhaps that script on the Tiny Robot?

Thank you so much.
So basically the problem was being caused by the script on the other character present besides the one I was focusing on and trying to debug.
:slight_smile:

S7u | 2019-07-18 19:13