Various Tutorials

Well, you clicked on here to view some useless, maybe useful tutorials. Well I got some under my sleeve. Here's a quick homepage shortcut so you don't have to scroll: Homepage

Colored Text + Text Outline + Custom Font in Roblox PLS DONATE

You probably saw these people with cool text colors that attract a lot of people... and you want one of these yourself! Luckily, you're in the right place.
Here is the code for yellow text with a black outline and a cool font (press Ctrl+Shift+C to view it): Your text here
Here is the code for red text with a black outline and without a font (press Ctrl+Shift+C to view it): Your text here
There are so many combinations to try.

Do It Yourself

Now let's teach you how to edit the code yourself. Take this text as an example:
Sample Text
First, copy the code to any text editor. I recommend using Notepad++ but you as well might use the built in one.

To change the color you need to edit the font color="#00ff00" part. I recommend using this Google result page to help you picking a color.
Pick yourself a color and copy the HEX value and paste it to the #00ff00 part.

To change the outline color do the same as the To change the color part but instead of modifying font color="#00ff00" modify stroke color="#000000". I highly recommend using colors like black (#000000) or white (#ffffff), but it's up to you.

To change the font first take a look at this link for all possible fonts. Then replace the "Ubuntu" part in font face="Ubuntu" with your font name. I recommend using the following fonts:
SourceSansBold, Cartoon, Highway, Fantasy, Antique, GothamBold, Bangers, Creepster, FredokaOne, LuckiestGuy and Ubuntu.