Let's suppose I am an airline group and I want to make a menu gui. I need the menu to give the player some choices, and then the chosen choices get sent to a gui, where the cabin crew can view the name, choice and then with admin powers (already in the game) give the choice to the player. Could someone tell me how to do this? Thanks, mooomaaan.
Use values.
There are several types of value for different datetypes.
boolValue works with booleans intValue works with ints
and so on
You can Use RemoteEvents and RemoteFunctions. Here's a tutorial http://wiki.roblox.com/index.php?title=API:Class/RemoteFunction
Theres remote events, If you bothered to look at the wiki, there is usually an answer to alot of problems.