Is there a simple way to script a custom toolbar UI?

I’ve been looking for a method to make a custom toolbar UI, but most methods I’ve seen suggest scripting a replacement for the built in roblox tool system, however, I already made many scripts for my game that rely on tools and it would be impractical for me to make the switch this late in. Is there any way I can make a custom toolbar UI script that goes over the pre-made roblox one?

2 Likes

just because you disable the default toolbar doesn’t make using tools impossible. You just have to script the equipping function by yourself. There are some tutorials on this to be found online

1 Like