Alright there we go.
You’ve created a recursive function (or in other words an infinite loop). Whenever HotBar 2 is called it does what it should do and at the end you call the function “HotBar 2” (itself) so it will just infinitely repeat it. Remove that and you’re fine.