About 192,000 results
Open links in new tab
  1. Click Here to Add a Star Code for Star Developers - Roblox

    Jan 23, 2020 · Roblox Youtube Stars are given a special code that their viewers can use to support their favorite Roblox youtuber in Roblox’s star program. Roblox has a Star program with developers, though they are not given the same feature. This is confusing as the naming would suggest that these Star developers be treated with the same Roblox Website features as Youtube Stars. Roblox should add this ...

  2. Find Out More About the Stars Program! - Roblox

    Jul 13, 2018 · The Stars Program is an invite-only program designed for top developers who want to grow and expand the license of their intellectual property (IP) related to their Roblox experiences to Roblox. Developers in the program will be eligible for consideration in merchandising and promotional opportunities including but not limited to; Licensing Deals Opportunities for toys based on experiences ...

  3. Lua Scripting Starter Guide - Community Tutorials - Roblox

    Nov 24, 2019 · Lua Scripting Starter Guide Author: @DarkSinisterPVP Helper(s): @Supersaiyan122 Author’s Note <details><summary>Click to open the letter</summary>Picking up programming and learning it for the first time works just like any other hobby–art, music, sports, photography, etc.–although, it may be difficult to know where to start as a beginner, especially if you’ve never had experience with ...

  4. The new notification star is perpetually haunting me, please

    Jun 1, 2024 · They decided to put the star on your browser’s tab, as well. Oh god. Please, roblox, you didn’t even update the chat, you can’t add MORE to a system that hasn’t been improved in a decade. Please free me from this accursed star-icon-notification-thing! Presumably summoned when receiving a chat message, or… something.

  5. What does the hashtag keyword do in roblox studio?

    May 15, 2023 · What does that mean? Example of this:

  6. What does 'do' do? - Scripting Support - Developer Forum - Roblox

    Dec 23, 2021 · Simple. By using changeName function, as it was declared before running the code inside do code block. So u can do: local newName = changeName("Stellqr") Using the above code u changed the variable _name without directly changing the variable itself. TL;DR: Makes all the code inside of do “invisible” to the rest of the script.

  7. Needed Help with [] (Square Brackets) In depth explanation - Roblox

    Jun 21, 2022 · Despite reading multiple sources about the [] and it’s functions it still confuses me to this day. I understand how [] are used to call out instances such as; local Part = game.workspace["Part"] and also understand how it can index categories in a table like; local Table = {Blue,Green,Red,Purple,} Table[2] -- this will index Green But when it comes to using brackets like this and I’ll give ...

  8. How to properly use pcall() - Scripting Support - Roblox

    Dec 13, 2023 · How to properly use pcall() - Scripting Support - Roblox ... Loading ...

  9. What is require and how do I use it? - DevForum | Roblox

    Oct 5, 2019 · I have made a script and want to place it into a game without leaking it’s true code. I have seen this be done with many things, like admin loaders where ‘require’ is used. So like this require (1234567890) How would I use require to keep a script secret? My script is …

  10. What does 'do <code> end' do? - Scripting Support - DevForum

    May 5, 2021 · No, do is a keyword which acts like a new stack (doesn’t create one), used for limiting the scope of variables. local a = 1 do local a = 2 print(a) -- 2 end print(a) -- 1 3 Likes

Refresh