Game Crash (Client Memory Usage)

My Client Memory Usage for my game is unusually high. It goes to 1k after 20-30 mins. And I am in a VIP server not a studio game. Does anyone have suggestions to fix this?

https://www.roblox.com/games/6344605115/Dev-Egg-Banana-Simulator#!/game-instances

1 Like

Maid to disconnect events that won’'t be needed after a bit. It can also be used to destroy objects and the like.

Also, remember to delete indexes from an array when you don’t need them anymore.

1 Like