About 81,800 results
Open links in new tab
  1. Getting all players and do something - DevForum | Roblox

    Oct 22, 2022 · Create a table and a chat connection that updates when players join and leave. When function is called, bring all players to a specific location based on table. Chat command …

  2. Get All Players.Characters - Scripting Support - Roblox

    Jul 1, 2020 · Get All Players.Characters Help and Feedback Scripting Support voss2323 (voss2323) July 1, 2020, 12:46am

  3. Help with Bring command - Scripting Support - Roblox

    Jul 24, 2024 · I’m trying to create a bring command that bring the given name that is typed in the command bar. It does bring the typed player and all that, but when that brought player dies, …

  4. How to get all players instead only 1 - Roblox

    Jul 21, 2021 · hi i was making a minigame but i cant teleport all player but only 1 player that gets teleported here is the script local players = game.Players:GetChildren () for i = 1,#players do if …

  5. How to make basic admin commands - Community Tutorials

    Nov 5, 2017 · Note: This tutorial is for people who understand basic to intermediate scripting. There is a small glossary at the bottom of the tutorial if you want some quick explanations of …

  6. Making a script working on every player - DevForum | Roblox

    Jan 5, 2023 · As I don’t know what type of script you are using I will provide the 2 ways you can get a player instance: On the client (LocalScript): local player = game.Players.LocalPlayer

  7. Grand Admin | A very secure, high quality, lightweight, very

    Oct 3, 2023 · Grand Admin - v1.15.0 Welcome to Grand Admin. A feature-packed, but simple admin commands script that is reliable, safe and efficient with tons of user-customisability and …

  8. Bring Back Old Ribbon Style For the Next Gen Ribbon - Roblox

    Sep 13, 2025 · Hello! I have created a list of .json files that brings back the layout of the old ribbon to the Next Gen Ribbon. It doesn’t contain all of the old tabs, but contains some of the most …

  9. Kick All Players Script - Scripting Support - Roblox

    Aug 28, 2020 · I was wondering how to make a script that kicks all players after some amout of time in game.

  10. How to handle all NPC's in one script? - Roblox

    Mar 16, 2023 · I need help trying to figure out what to do to transform this code so it handles all NPC’s Full Code: local npcsFolder = workspace:WaitForChild("Npcs") local RunService = …