About 35,500,000 results
Open links in new tab
  1. Way to make a custom player list - Game Design Support - Roblox

    Jan 17, 2022 · So i want to create a listing similar to Town Of Salem’s(game) player listing. I would make it, if i knew how to make GUI’s that dont merge into other GUI’s. I’m just wondering how you can make a player list that adds a …

    Missing:

    • Roblox Studio

    Must include:

  2. Custom Player List GUI | Roblox Studio | ROBLOX - YouTube

    In this video, I show how to make a basic player list gui.Take the model: https://www.roblox.com/library/4133175744/Player-List-GUIGet the script: https://pa...

  3. How to make a custom player list for your game! | Roblox Studio ...

    Apr 17, 2021 · In this video, I explain how to make a custom player list for your game. If you have any questions, feel free to leave a comment.

  4. Customizable Player List with Teams - Roblox

    Jan 3, 2023 · This PlayerList Module is almost the same as the Roblox Core PlayerList UI, but its customizable. So 95% of the functionality from the Core PlayerList is in this PlayerList module, but you can edit the GUI for certain themes or whatever you like.

  5. Custom PlayerList [Supports: Teams/Leaderstats/Group Icons ... - Roblox

    Sep 8, 2023 · With Ellefire Studio’s PlayerList, you can elevate your gaming experience by seamlessly integrating all the familiar functionalities of the standard Roblox PlayerList, but with a personalized design touch.

  6. How to make custom guis in Roblox! (Part 1: Player List!)

    Jun 14, 2022 · PLAYER LIST. First, we’ll have to create a starter gui, to store our player list. We’ll then create the essentials: • A scrolling frame • A local script (place in screen gui) • A text label for where the players name is displayed (place in local script) • A UiListLayout (place in scrolling frame) Finally we’ll start scripting.

  7. Roblox Studio Tutorial | How to make a player list in Roblox

    Mar 15, 2024 · This tutorial will guide you through the steps to make a player list in Roblox Studio! Make sure to smash that like button and Subscribe with notifications o...

  8. How to make a custom player list - Scripting Support - Roblox

    Apr 25, 2021 · Just use player added and player removed and then update a UI grid layout like @TheAxisCode showed. Or if you wanted you could create your own UI which held the players names. You will first have to make a scrolling frame. Then insert a UIListLayout into the frame. Then you can make 1 textlabel that fits into it.

    Missing:

    • Roblox Studio

    Must include:

  9. How to Make a CUSTOM PLAYER LIST | HowToRoblox - YouTube

    In this video, I show you how to make a CUSTOM PLAYER LIST!===============================================================================𝗥𝗢𝗕𝗟𝗢𝗫: Sub2H...

  10. How can I add player’s to a list? - DevForum | Roblox

    Oct 12, 2022 · You’d loop through the list of players by accessing the Players service and using the :GetPlayers () method inside a local script. Example below. for i, player in ipairs (Players:GetPlayers()) do -- Create some GUI based on the player objects. end. To add onto this, you should also fire this function each time a player joins or leave.

    Missing:

    • Roblox Studio

    Must include:

  11. Some results have been removed