Let the ResetOnDeath function not duplicate?

Hi everyone I’m currently working on an Inventory Save System and rn I have set ResetOnDeath function to false but the only problem is that when I equip the Tool and die it gets duplicated in my Inventory.(What do I have to do)?


Roblox(45)
Roblox(46)

1 Like

Because your not reseting the GUI on death the GUI creates a second size manipulation frame because it doesn’t know the first one exists. I would set reset gui on death to true but keep a list of what items I have on my hotbar. Then whenever you reset you can use a local script to update the GUI with those items.

2 Likes

I fixed the Issue 2 days ago but thank u for the reply

Mark yourself the solution then. So that people will know how to fix this if they counter the same problem. And maybe explain how you did it for them.

1 Like

Well sry if I made u angry of something so in one Script (I didn’t think the issue would have been there) there was a Clone function I just deleted it and ye

1 Like

Oh no I’m not angry, I was just saying. It may be helpful.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.