About 497,000 results
Open links in new tab
  1. Your Name Color in Chat — History and How It Works - Roblox

    Nov 15, 2023 · On the left is the old legacy chat, and on the right is TextChatService. Roblox has introduced the new TextChatService as the default chat interface in new experiences, …

  2. [SOLVED] How do I color parts of text? - Roblox

    Dec 21, 2021 · Hi, I am trying to make a sort of text editor in roblox. But to make things look better, I want to know how I can change different parts (words and numbers) into different …

  3. Text Color Change Script - Scripting Support - Developer Forum

    Sep 19, 2020 · Hey! I am Domderp999. I am having problems with Color3 on a TextLabel. Could somebody explain why this errors?

  4. Changing the color of some words in the text - Roblox

    Jun 16, 2021 · I want to say how to make this; Here is my code; function setText(word) Text = word for i = 1, #Text do TextLabel.Text = string.sub(Text, 1, i) SoundEffect() --another function …

  5. Electron Help and Guide - Bulletin Board - Developer Forum

    Apr 15, 2024 · Electron Chat App Guide for Electron features. Contents: Notions Text Formatting and Colors Interface Report Abuse Client Crash Notions The game uses some words to …

  6. Changing Text Color in a StringValue - Scripting Support - Roblox

    Dec 12, 2022 · Hello What do you want to achieve? I want to change my text color from black to white What is the issue? I cannot change it, there are no properties to edit What solutions …

  7. Change text color using a string - Scripting Support - Roblox

    Nov 18, 2023 · for example changeTextColor(text,color) changeTextColor(“Hello”, “255,255,255”) How do I do this? Developer Forum | Roblox Change text color using a string

  8. Modifying Text Appearance Within the Text (Using RichText

    Jan 16, 2022 · Modifying Text Appearance Using RichText Hello! In this tutorial, I will be showing you how to modify text style within text using RichText. Towards the end of this tutorial, I will …

  9. Change a parts color - Scripting Support - Developer Forum

    Mar 12, 2021 · In the script I wrote; while true do script.Parent.Color = Color3.new(255,0,0) wait(1) script.Parent.Color = Color3.new(0,255,0) wait(1) end IT DID NOT WORK?!?!?! …

  10. Custom color value in rich text - Scripting Support - Roblox

    Aug 27, 2021 · Hello how could i change rich text color from something like this: textLabel.Text = [[ .."sample text".. ]] to: local customColor = Color3.fromRGB(255, 0, 255) textLabel.Text = [[ …