Can anyone tell me what I did rouge in this?
01 | local DataStoreService = game:GetService( 'DataStoreService' ) |
02 | local Con = script.Parent.Con |
03 | local Storage = Con.Storage |
04 | local Prim = Con.Prim |
05 | local Sec = Con.Sec |
06 | local Key = game.Players.LocalPlayer.userId |
07 | -- Slots |
08 | local DSS 1 = DataStoreService:GetDataStore( 'Slot1' ) |
09 | local DSS 2 = DataStoreService:GetDataStore( 'Slot2' ) |
10 | local DSS 3 = DataStoreService:GetDataStore( 'Slot3' ) |
11 | local DSS 4 = DataStoreService:GetDataStore( 'Slot4' ) |
12 | -- Prim |
13 | local Primm = DataStoreService:GetDataStore( 'Prim' ) |
14 | -- Sec |
15 | local Secc = DataStoreService:GetDataStore( 'Sec' ) |
This video that I watched earlier really helped me out. You can change and meld the script into what you need: > https://www.youtube.com/watch?v=Nfm-CtRUNqk