Author Topic: Gui button function  (Read 550 times)

Hello, what would i do to make so when people press the button in a gui they Get their clan tag changed?

Please anyhelp would be great. :D

Hello, what would i do to make so when people press the button in a gui they Get their clan tag changed?

Please anyhelp would be great. :D
You'd have to communicate Client Side to Server Side, or atleast how I'd do it.

You'd have to communicate Client Side to Server Side, or atleast how I'd do it.
And how do i do that?

And how do i do that?

Code: [Select]
commandToServer()

although this would have to be defined on the host server.

Code: [Select]
commandToServer()

although this would have to be defined on the host server.
Thanks.