Hello! I am currently trying to make a broadcast system that puts a log on the screen every time something happens. The game stores all the logs in a table, but I want the broadcast to show the last three logs with the latest most visible.
How would I go about getting the last three logs in the table?