Is there a way I can replace the Hotbar Gui?

Is there a way I can replace the Hotbar Gui? or like make a custom Gui for the Hot bar. I know Skyblox has a custom Hotbar Gui and I’m wondering how they did it?

You can disable the Roblox backpack CoreGui then script your own one.
Using UserInputService, and your own GUI.
I made one using ChildAdded and removed from the backpack. And using UserInputService and MouseButton1Click I equipped the tool.

1 Like