Yes, shouldn’t that be the same name as the note as well, let me check the code you provided real quick
The ItemFrame? Or the ButtonImage? Because the ItemFrame has been Note1 for a while now but it hasn’t seemed to solve anything yet
Also it seems I was wrong,
That should be called NotesFrame not NoteFrame
I’m not crazy right? It would work with the same name, right?
Hold on let me check the code!
Alrighty I fixed it. Just not sure what else to do
Alright, first off can I see a full version of the explorer of the whole backpack gui
(I didn’t name all the notes rn because I wanted to test out the script)
Alright we’ll if I see this correctly you have a frame named Item
instead of the notes name (which I think for that one is note1)
Is the script pulling the very first frame from the backpack then? Because the note1 Frame is first in the backpack. It is just jumbled out of order for some reason. Let me change it real fast to see if that is the problem then
I know what happened! lmao on the click detector script, rename the folder added the same as the notes name
Oh right lol, I don’t know how I missed that, probably since I’m on mobile
So this : local Folder = Instance.new('Note1')
Yeah and under it put something like
Folder.name = Note.name
Or just
local Folder = Instance.new("Folder")
Folder.Name = Note.Name
Then yk keep the SetAttribute and setting of the parent stuff
No cause, the folder is being added to an inventory folder in the player, and another script watches for any instance added, updating the GUI if so
But
Is invalid, you can’t make an instance Note1 or if you can do it that way, then I don’t think that is good practice.
Also this is referring to the click detector script
Oh lmaoo I didn’t even notice that part woww xd
Yeah I was about to comment that but I didn’t want to keep on saying something was wrong