Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Save_Key = "sCrIptbuilDERox_SavedScripts";
- print("Got Saved Scripts")
- for i,v in pairs(game:GetService('Players'):children())do
- if v.ClassName == 'Player' then
- local Encoded_Table = v:LoadString(Save_Key)
- print(Encoded_Table)
- end
- end
Add Comment
Please, Sign In to add comment