Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local scores = { ["Yourname"] = 5 , ["Someonesname"] = 10 } -- 5 and 10 change to your result number
- for name, score in pairs(scores) do
- print(name .. " has score: " .. score)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement