About 272,000 results
Open links in new tab
  1. How can I add player’s to a list? - DevForum | Roblox

    Oct 12, 2022 · How could I make a list of all players in the server and display IntValue's or BoolValue's each player has using GUI’s. Something like this: How should I go about this? Any help appreciated!

  2. How do I spawn in another player to test my scripts in studio

    Mar 13, 2023 · I need to test my scripts, but I need another player to do so. I’ve seen other people have another player in game, and they can switch between themselves and the other player.

  3. How to add tools / accessories to Player’s Character - Roblox

    May 7, 2022 · I want to make it so when a player joins a part is attached into them. I tried a way of welding , but I heard that this one method of accessories is better. I tried it and it doesn’t work. game.Players.PlayerAdded:Connect(function(Player) player.CharacterAdded:Connect(function(Character) local sword = game.ServerStorage.Sword local hum = Char:FindFirstChild("humanoid") hum:AddAccessory(sword ...

  4. How to add certain players to a team - Community Tutorials

    Jan 8, 2021 · Hi, In this tutorial i will be guiding you through, how to how to add a certain player to a team. The first thing you need to do is make sure you have a team ready and that AutoAssignable is set to false. Now that you have the team and have AutoAssignable set to false we can now start scripting. First off we should start by creating a variable. local customRole = game.Teams.CustomRole Change ...

  5. How do you add a tool to a specific player’s in-game ... - Roblox

    Oct 5, 2021 · In Roblox Studio, how do you add a tool to a specific player’s in-game inventory? For example, if I wanted to give a specific player a certain tool (such as a speed or gravity coil) in my game, how could I put that into …

  6. How to add a player to the playerlist? - Scripting Support - Roblox

    Jun 10, 2020 · Hello! I was wondering how to add a Player to the PlayerList that’s not in game?

  7. How to assign a value to a player based on the players in the

    Mar 29, 2022 · so i’m trying to make this game and i’m just starting and i can’t quite figure out how do to this… so let me give you an example of what im trying to do let’s play a player joins and there is already 3 players in the server they would be assigned player 4 cause they are the fourth person to join and so on any help matters boys!

  8. How do I add a whole player character to a collision group

    Jan 21, 2023 · I want this script to make it so that the player is assigned a collision group that can pass through the door. The collision group does not work when it is assigned to the HumanoidRootPart, which I believed adding would assign the whole character to the group. I’m not sure how I should assign the whole character or if I am using the collision groups correctly. local door = script.Parent ...

  9. Any way to make a fake player in a testing game to test out

    Jul 5, 2019 · I would like to test out tools that need players to test, and taking the time to get up another device etc to get in a game is a time I shouldnt have to waste, I know there has to be a way to make a fake player for testi…

  10. How can i add Proximity Prompt to players? - Roblox

    Aug 17, 2021 · 1—When the players are near of other player , then a gui will appears like: E) to stole You can reply ...

Refresh