Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Sending data from a gui to a gui?

Asked by 7 years ago

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.

3 answers

Log in to vote
0
Answered by 7 years ago

Use values.

There are several types of value for different datetypes.

boolValue works with booleans intValue works with ints

and so on

0
I think I know how to create values, but I'm not sure how to send them to another gui.. Magnetic_Aviator 21 — 7y
0
I mean i don't understand how the gui collects the data and puts it on a list with a scroll wheel. Magnetic_Aviator 21 — 7y
0
I understand now! Magnetic_Aviator 21 — 6y
Ad
Log in to vote
1
Answered by 7 years ago
Edited 7 years ago

You can Use RemoteEvents and RemoteFunctions. Here's a tutorial http://wiki.roblox.com/index.php?title=API:Class/RemoteFunction

Log in to vote
0
Answered by
H4X0MSYT 536 Moderation Voter
7 years ago

Theres remote events, If you bothered to look at the wiki, there is usually an answer to alot of problems.

Answer this question