0 votes

This is a pretty basic question, but how do I remove a node upon loading a scene? I want the player to be able to pick up items, and then have them disappear forever after that. Right now, they just reappear after the player leaves and reenters the scene.

in Engine by (8,546 points)
edited by

1 Answer

0 votes

nodedelete.getparent().removechild(nodedelete)

by (57 points)

Sorry, I should have been more clear on with my question. I'm not asking how to remove the node, but how to remove it if the player picked it up in the past.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.