Advertisement
reizayah

Untitled

May 24th, 2016
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local Save_Key = "sCrIptbuilDERox_SavedScripts";
  2. print("Got Saved Scripts")
  3. for i,v in pairs(game:GetService('Players'):children())do
  4. if v.ClassName == 'Player' then
  5. local Encoded_Table = v:LoadString(Save_Key)
  6. print(Encoded_Table)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement