Custom inventory font

Hello developers,

I am trying to make a custom inventory font to make my game look cleaner. But, I do not know how to do so. I did try using an inventory script made by roblox but it seems to break (maybe overriding normal tools?).

The problem:
When using the roblox inventory script it doesn’t show icon or the name of the tool.

Thanks, Para.

1 Like

Could you please show me the inventory script?


It’s quite literally roblox’s inventory script from like 2016.

Could you please copy and paste that, It’s hard to read, and I don’t think that’s all of it

(This is really long and requires the other roblox gui components so if you want to try this out yourself you’ll have to get the download for it.)
robloxbackpack.txt (63.6 KB)

I did try disabling it while my loading menu is playing, but it doesn’t work. It disables the CoreGui but not that gui.

yep just change the font to whatever you want

If you read the problem, it seems to not load the name or icon to the name of the tool. Which is a problem when the players need to see the weapon name. Obviously.

I don’t think you should keep that script that you put made by Roblox

I’ve used these same scripts for over a year now. (In the other games, it’s very broken but for this game I’ve gotten it to work better) So I don’t know why I shouldn’t have it here.

Just try removing it and see what happens

image
Console ^


In game ^

what it looks before deleting backpack script ^

How come you have the original leaderboard?

That’s the whole gui. If you look at some of my older posts, you may see that I’ve been trying to get and remaster the 2015-2020 playerlist. (Stuff like displayname support). I’ve already tried looking at other sources for the classic leaderboard, but no luck with the topbar and everything.

(Off topic-ish though it’s related to my post above.)


What the UI looks like if I remove all the code from the script but keeping the module there.

Hello everyone who’s looking in this post. I have finally fixed it.