About 916,000 results
Open links in new tab
  1. CollectionService | Documentation - Roblox Creator Hub

    Tags are sets of strings applied to instances that replicate from the server to the client. They are also serialized when places are saved. The primary use of CollectionService is to register …

  2. How to Use CollectionService and Tagging in Roblox Studio

    -- In This Video -- Discover how to implement CollectionService in your Roblox game. By the end of this video, you’ll know how to create tags, find tagged objects, and use tags to create very...

  3. CollectionService | Roblox API Reference

    It is a singleton that may be acquired with GetService. CollectionService manages groups (collections) of instances with tags. Tags are sets of strings applied to instances that replicate …

  4. ️ Mastering CollectionService in Roblox Studio: The Complete …

    Learn how to use CollectionService in Roblox Studio to tag objects, streamline scripts, and build scalable systems with real game examples.

  5. Stop Repeating Yourself! Improve Your Code with Collection Service

    What are Module Scripts? Roblox Scripting Explained Will AI Replace Roblox Developers? - So I had to try it out for myself.

  6. CollectionService & Tags in Roblox: the simple, powerful way to ...

    Enter CollectionService—Roblox’s lightweight tagging system that lets you label instances with human-friendly “stickers” (tags) and react to them from code. It’s simple, fast, and scales …

  7. CollectionService in a nutshell - Community Tutorials - Roblox

    Jul 12, 2020 · Well, CollectionService is a service which allows you to manage groups of instances using tags which are simple strings, but you can’t see them. CollectionService is …

  8. CollectionService:GetTagged | Documentation - Roblox Creator Hub

    Returns an array of instances in the game with a given tag.

  9. Use the Roblox Collection Service – Best Resources

    Aug 8, 2023 · The Roblox Collection Service is a crucial and unique feature of Roblox that allows developers to manage groups of instances with tags. These tags are sets of strings that are …

  10. creator-docs/content/en-us/reference/engine/classes ... - GitHub

    Open Source Creator Documentation. Contribute to Roblox/creator-docs development by creating an account on GitHub.