|
| 13 Sep 2014 04:36 PM |
With remote functions and data store .
If so whats the first steps
By local table I mean a table in a local script. |
|
|
| Report Abuse |
|
|
bohdan77
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 7944 |
|
|
| 13 Sep 2014 04:39 PM |
local tablething = {"hi"}
RemoteEvent:FireServer(tablething) |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 04:52 PM |
RemoteEvent:FireServer(tablething) belongs in the local script?
Sorry scripting helpers woulden't help |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 13 Sep 2014 05:00 PM |
| Yes then in a server script you receive that event and save the table. |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2014 05:06 PM |
Alright so
Event is local
Data store is server side and receives the event from the client
Once thats confirmed ill get started |
|
|
| Report Abuse |
|
|
| |
|