When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Premium, Verified, and Robux Unicode Characters - Roblox

    devforum.roblox.com/t/premium-verified-and-robux-unicode-characters/2175425

    I can’t seem to find a place where these are stored, so here are the Unicode replacement characters for Robux, Premium, and Verified! Robux: Premium: Verified: In code (Courtesy of @Antonon_07 ): Robux: utf8.char(0xE002) Premium: utf8.char(0xE001) Verified: utf8.char(0xE000) Note that these won’t show up in the DevForum, and will only show in game, as seen here: (The text on this textlabel ...

  3. Symbols in display name? - Platform Usage Support - Roblox

    devforum.roblox.com/t/symbols-in-display-name/3057623

    CodeDevRBX. (Code) July 8, 2024, 2:13am. #2. I’m pretty sure it ultimately depends on which platform you change your name on. I think some platforms have different restrictions than on the website so you can try that. Though Roblox Mobile uses the same settings webpage as on roblox.com so maybe try on a different platform than those two.

  4. Robux icon inside text - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/robux-icon-inside-text/1041153

    GalaxyGourmet (GalaxyGourmet) February 11, 2021, 7:59pm #2. You do have to use an ImageLabel. Make an ImageLabel for the robux icon, then make a TextLabel right next to it. To make sure the text stays on it’s side always, set TextXAlignment to either left or right, depending on which side the icon is. No scripting required.

  5. How to make a welcome badge - Community Tutorials - Roblox

    devforum.roblox.com/t/how-to-make-a-welcome-badge/2766402

    Go to the Creations tab of the dashboard. Click on the game you want to make the badge on. Scroll down to the Engagement section of the bar on the left. Click Badges. Click the blue create a badge button. If you created more than 5 badges, you have to pay 100 Robux. Upload badge image. Change title and description.

  6. Roblox logo emoji - Forum Help - Developer Forum | Roblox

    devforum.roblox.com/t/roblox-logo-emoji/301895

    Allow me to preface this by expressing that the Developer Forum is intended to be a highly intelligent conversation space for grave and serious discussion topics. While emoji may typically be used to convey incredibly complex emotions in a swift and elegant matter, as one of my esteemed colleagues already described succinctly above, the Roblox ...

  7. Emoji of the premium symbol - Forum Features - Roblox

    devforum.roblox.com/t/emoji-of-the-premium-symbol/1013149

    The other day, I was posting in a topic about premium features and I wanted to use the premium symbol to represent premium. However, when I looked, there was no emoji for premium. There is an emoji for robux (:robux:) and for Roblox (:roblox:), but there is no emoji for premium. As someone who uses emojis in their posts, this would be a useful feature to add an emoji with the premium symbol ...

  8. Is there an official Premium icon? - Art Design Support - Roblox

    devforum.roblox.com/t/is-there-an-official-premium-icon/631605

    Title says it all. I haven’t been able to find it here or on google images. I’m not looking for ‘images’ of it, I want like the official one roblox uses. I would have imagined they’d release something like they did with the new robux icon and include guidelines, etc. but apparently not 😕

  9. Property Clipboard - Copy and paste properties of any object ......

    devforum.roblox.com/t/property-clipboard-copy-and-paste-properties-of-any...

    1: Copy. Click on this button while having an object selected to copy its properties; Pressing LeftShift + C while selecting an object also works; 2: Clipboard History. Clicking on this button opens up a window with the list of the last 20 properties you have copied; Click on the button to copy the properties shown; Click on the trash can icon ...

  10. Imiji - convert decal IDs to image IDs - Roblox

    devforum.roblox.com/t/imiji-convert-decal-ids-to-image-ids/460978

    Part of the Elttob Classic Suite Reclass classic • Imiji • Atmos • Pick • InCommand Imiji is a plugin that makes finding image IDs and URIs for decals simple and efficient, ready for use in scripts, plugins and more. When you open Imiji, you’re given a large box to paste any decal asset ID or link into. Any string will work, as long as it contains the ID of the decal you wish to ...

  11. More Roblox-specific Unicodes for .Text

    devforum.roblox.com/t/more-roblox-specific-unicodes-for-text/2760662

    Community Resource for Roblox Unicodes. Roblox currently allows us to use three unicodes which correspond to Roblox icons; Robux: utf8.char(0xE002) Premium: utf8.char(0xE001) Verified: utf8.char(0xE000) image 722×274 30.4 KB. If you’d like to see them in a fresh baseplate place, run this code in Command Bar: local ScreenGui = Instance.new ...