|
| 30 Jan 2015 05:18 PM |
| What I want to do is create a gui which shows up the first time the player every plays the game that will allow them to pick a team, and this team will be permanent for the rest of the time they play, and when they rejoin, the gui will not show up, and they will be in the same team. This is for a project of mine, and would help a lot. Any suggestions? I? I am pretty certain that I can make the team switching gui, and make it appear only once, but I need the permanent teams script. Any suggestions on how this should work, or some kind of alternate system? |
|
|
| Report Abuse |
|
|
| 30 Jan 2015 05:21 PM |
| Look for tutorials for DataStores on the wiki. |
|
|
| Report Abuse |
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 30 Jan 2015 05:22 PM |
Data persistence, and then
if LoadedData then -- assign team else --show gui end |
|
|
| Report Abuse |
|
|
| 31 Jan 2015 08:33 PM |
| Any ideas on how to do the assign team/show gui? I'm a newbie scripter. |
|
|
| Report Abuse |
|