Is it possible to duplicate to "New" sprite

Quick question, I have created a basic player controllable sprite, but I want to make slight custom adjustments of this player character control for each level. Is there a way to quickly duplicate a sprite in the library or something.

I guess the workaround is just to save the entire control as a Behavior Bundle?, Then create a new sprite and use the bundle. I was hoping there might be a faster way instead.

you can use the select tool by the test button at the bottom left of the screen. It looks like a mouse by a box. If you drag select them all you can copy everything highlighted. Go into the other game object you want, click anywhere on the screen, and hit the paste button that pops up.

Capture

Sry I dont see that - I know this is simple. I will look under the docs thanks!

Another approach could be to make new objects and set their “Parent” to the player object. The new objects will inherit the parent’s behaviors and collision settings.

“Another approach could be to make new objects and set their “Parent” to the player object”

Perfect! That is what I was looking for