About 503,000 results
Open links in new tab
  1. How to put the typed text in a Textbox onto an part? - Roblox

    Feb 1, 2021 · Insert a SurfaceGui into the part, add a textLabel, make the size (1,0) (1,0) of the textbox. Make background transparency 1. Add a clickDetector to the sign, and when clicked, …

  2. Beginner Tutorial #1: How To Make a Part or NPC Chat! - Roblox

    Jan 15, 2024 · Hello, developers! 🙂 Today, I want to show you how to make a part or NPC chat! A talking part! Cool talking noob! This tutorial requires a beginner amount of knowledge of …

  3. How to make floating text label? - Help and Feedback ... - Roblox

    Mar 14, 2019 · If I’m interpreting the image correctly, you’re looking at a Billboard GUI. See this link under GUI Types for a description. API reference as well. How to make text that is …

  4. ThreeDText 2 Plugin: Create Text With MeshParts! - Resources

    May 13, 2020 · ThreeDText 2 What is ThreeDText? ThreeDText is a plugin that creates text using MeshParts. Choose from twelve fonts, most of which supports characters for English, Spanish, …

  5. ThreeDText Plugin: Generate 3D text quickly! - Roblox

    Aug 27, 2018 · I wrote a plugin which generates 3D text. Unlike other plugins (that I know of), this plugin also spaces out text automatically! Currently, it only supports ArialBold, …

  6. How to make text show up when hovering over something - Roblox

    Dec 20, 2023 · How to make text show up when hovering over something Help and Feedback Scripting Support scripting, help, text Aug 2023 1 / 3 Aug 2023

  7. Making a textLabel (or something) floating above an area on

    Feb 3, 2023 · Trying to do something like this: with this: Bunch of parts and Unions inside of folders, want to make a textlabel above the entire territory of each, but I dont know how to …

  8. How do i add text to what a player is currently typing in a ... - Roblox

    Dec 17, 2024 · I the script to make the text button add what it is to what the user is typeing so for exaple user has typed “pri” and then theay click print (i have the suggeton part working) and …

  9. How to make a text appear when a player touches a part - Roblox

    May 21, 2021 · Hey reader! I’m trying to make it so that when the player touches a part something like this will appear on the screen for about 5 seconds If you know how to make something like …

  10. How to put text on parts without having duplicates - Roblox

    Jun 28, 2021 · The first 2 lines of the script puts “banana” which is the answer on a random part. QuestionTable.answer is the actual answer. In the loop i tried to change the text of all parts …