Well, I have created a Class which contains a function used to create a GUI for a Menu.

So with my function I create the Basics Menu GUI and also I created a Button to show the Menu.

Everything work if I update the weapon, but if I reconnect then the Button isn't show, and I have to update the weapon to make it show!

I have no idea why it does that because I used this function by an event onMouseDown (on a player) and it works perfeclty.

It seems that in a function onCreated its not called :O

Any idea what could be the prob?

- - - Updated - - -

Hey, I finally understood my problems. I read here: http://forums.fairyland-europe.com/forums/showthread.php?t=134262876, that you always have to join a class in serverside even if she is in clientside now it works fine.