enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. What is “return” and what’s its use in roblox scripting?

    devforum.roblox.com/t/what-is-“return”-and-what’s-its...

    Hey guys, so I have been searching for so much time, I have watched so many videos, read some articles, and I still don’t understand the point of the code “return” in a function. Can you guys please explain the code “return” in easy words? Also can you guys please tell on what it can be useful for, because so far I think it’s useless since you can have all the variables on top!

  3. What is CanQuery, and what does it do? - DevForum | Roblox

    devforum.roblox.com/t/what-is-canquery-and-what-does-it-do/...

    Rileyg1974 (RileyLagiEmosi) May 28, 2024, 11:06am #7. Well my Losense Vehicles Ampere EV uses Raycasting as part of its PCAS system (Part Collision Avoidance System). Setting CanQuery to false prevents PCAS from detecting that part. Hello there!, I was looking through a basepart’s properties, I found a property called “CanQuery”, I ...

  4. (output) observableValue undefined? - Scripting Support - Roblox

    devforum.roblox.com/t/output-observablevalue-undefined/3146717

    a message that I saw in the output, randomly. this hasn’t popped up before, ever (for me), and I can’t seem to find anyone else that has had this problem. 1139×798 48.3 KB. 88 Likes. "observableValue undefined" warning in output window. game.Players.PlayerAdded Not Working After Last Update. observeableValue undefined for summoning system.

  5. What is the purpose of Archivable? - Scripting Support - Roblox

    devforum.roblox.com/t/what-is-the-purpose-of-archivable/...

    I think a possible use for archivable would be parts that are in studio for editors to see, but not for players (like markers). I think I’ve seen that it’s helpful for Plugins. The property is most certainly useful when making plugins or otherwise create instances that the developer wouldn’t want saved upon publishing or saving. i.e. Team ...

  6. What is debounce - Scripting Support - Developer Forum - Roblox

    devforum.roblox.com/t/what-is-debounce/1288811

    Debounce Essentially just means: Cooldown (90% of People that I know call it this) Delay. It is used when you want to slow or delay certain points of your code: Example of a Debounce: local Debounce = false -- Our Debounce Variable. local DelayTime = 1 -- Our Delay time.

  7. Failed to load Animation - sanitized ID - Roblox

    devforum.roblox.com/t/failed-to-load-animation-sanitized...

    Roblox prevents you from running animations you don’t own in Roblox Studio (for security reasons). It will work normally in game as you said. (And yes even if the animation is public, you still won’t be able to run it in studio)

  8. What does massless actually do? - Scripting Support - Roblox

    devforum.roblox.com/t/what-does-massless-actually-do/1632427

    Hi all I am using a rope attachment to drag a block around, it is connected to the humanoidrootpart and the bricks hitbox. If i set either the bodydepthscale or bodywidthscale to around 0.1-0.2 the brick will not move with the player. I tried setting the brick to massless but it doesn’t do anything, the only thing that works is setting the density of the brick with customphysicalproperties ...

  9. Your Name Color in Chat — History and How It Works - Roblox

    devforum.roblox.com/t/your-name-color-in-chat-—-history...

    The same is true of your Roblox chat name color. Your username is the input (the ‘seed’), and the color is the output. This name color algorithm is run every time you enter a chat message, not when you change your name. As long as the username is the same, the name color will not change. You can check the color of any username, even before ...

  10. All about Object Oriented Programming - Roblox

    devforum.roblox.com/t/all-about-object-oriented-programming

    In the object-oriented programming paradigm, “object” refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures.” -Wikipedia. In simple terms it is simply something which contains data about itself and functions to manipulate that data more easily.

  11. Developer Forum | Roblox

    devforum.roblox.com

    Roblox Developer Forum Rules & International Communities Sep 24. Introducing MicroProfiler memory profiling, flame graphs, diffs, and much more 16h. Release Notes for 648 16h. Get your thumbnails ready for thumbnail personalization (coming in early November) 16h. [Studio Beta] Major updates to in-experience Mesh & Image APIs 15h.