Well, this just happened to me for the first time today.
I was working on a GUI for an Item, then all of a sudden it bugged out and placed itself on a random part of the screen, okay well, whatever.
So I deleted the item and remade it, using just the gui before I put any extras in (It worked fine at first), and now the entire clientside part of the script isnt responding
even something as simple as
PHP Code:
//#CLIENTSIDE
function onWeaponFired() {
player.chat = "test";
}
wont even work on my account with items in the Staff/ bag.
I tried reseting myself and taking away all my items but nothing is working, I was able to use items with clientside scripts that I already had though.
When i put the script into a new item it worked fine, but I moved it back to Staff/ and it wont work again.
I dont know how to explain it but i thought i should post about it.
Edit and new note: After the bugs started happening all my Staff/ bagged items i tried started throwing errors for gui controls.
The new items do not, and work fine.