Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating instances within instances causes breaking issues #5

Open
v-champion opened this issue Jul 28, 2024 · 0 comments
Open

Creating instances within instances causes breaking issues #5

v-champion opened this issue Jul 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@v-champion
Copy link

v-champion commented Jul 28, 2024

Creating an instance other than a script and then placing more instances inside of it causes breaking problems:

  1. It creates an unwanted "init" instance
  2. Trying to delete the parent instance will not work or do anything
  3. If the "init" instance is deleted via roblox-ui explorer, it will delete the entire parent instance, it is impossible to get rid of it.
  4. The "init" instance shows up in Roblox Studio.
  5. If I create i.e. a "Decal" and then another Decal inside it, it will change the parent Decal into a folder as shown below.

I have to manually edit the folder structure in my file explorer to fix this problem in the meantime.

image
image

@filiptibell filiptibell added the bug Something isn't working label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants