Feel free to copy any sprite and put it in your project, but please remember to give credit. These can be tweaked to meet your project's needs, of course. When you copy over a sprite to make it so that you can have a variable that you want to be visible (eg Score, but not Starting "), delete that variable and create a new one with the same name. Otherwise, you might see the name of the sprite in the name of the variable on the screen, even if you don't in the scripts. Volume Adjustment: Press v Credits: Have the game broadcast "Credits" at the end. High Score: This will always be active. Be sure to include a working score variable, too. This will not work for new Scratchers. Text Engine (In Progress): Have the game broadcast "Text" when you want this to activate. (You need to add in how you want the words to be determined.) Fade In/Out: Have the game broadcast "Fade In" or "Fade Out." Timer: Have the game broadcast "Start Timer" and "Stop Timer." Date & Time: Always active Lag Reducer: Click it! Also, if something is not important to the game and could potentially cause lag, put "if Lag=0" around it. (Note: This might break your project, so be sure to review it and remove what is necessary.) Cloud List: Feel free to change the message to something besides a username, such as a username and a score, an answer (Remember, it is against the rules to use lists to chat to other players!), etc. I often see people who make projects that allow people to vote multiple times, but, if they add a script that only lets people without their username on the list vote, this can stop them.
Date and Time taken from https://scratch.mit.edu/projects/213900473/, a project I made in the past, but modified. Lag Reducer: Partial credit to somebody else whose name I cannot remember