Strings (not tutorial)aldhanekaJun 25, 20201 min readStrings are an important component of scripting, as they are used to represent sequences of letters, numbers, and symbols. https://developer.roblox.com/en-us/articles/String
CSS Beginner (not tutorial)1. Text color A. <style> .green-text { color: green; } </style> <p class="green-text">AKU</p> ☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟☟ B....
Comments