About 78,600 results
Open links in new tab
  1. A script that will only run when a player joins the game

    Mar 1, 2019 · game.Players.PlayerAdded:Connect(function(player) game.StarterPlayer.CameraMaxZoomDistance = 0 end) I want the player to be in first …

  2. Roblox: how to place a player in a specific position

    Sep 23, 2022 · I'm a newbie developer of roblox. I'm trying to place a player in a specific position on first load in this way: In StarterPlayer > StarterPlayerScripts I added a LocalScript with …

  3. roblox - How do I make a chat message appear when a player …

    Jun 14, 2018 · So I have looked all over the web for a script that makes it so that when anyone joins my Roblox game it displays a message in chat (for example: "Player has joined my game").

  4. How to make a script only work on join in roblox - Stack Overflow

    Jan 18, 2022 · How do I make it so the following Roblox Lua code runs on join? I've tried wrapping it in a connect function but that makes the MouseButton1Click detector stop working. This is …

  5. How to make a part that changes your team in Roblox Studio

    Sep 26, 2018 · I am trying to make it so when you spawn in my Roblox Game, you are in a room. If you walk through one of the doors, it teleports you and changes your team. Here is my code …

  6. How to Apply the Same Skin to All Players in Roblox?

    Jul 14, 2024 · I am experimenting in Roblox Studio, and I want to create a logic that would give all players the same skin. (All players must look the same during gameplay.) I found two options: …

  7. My Roblox script only works for the first player that joins the game

    Jun 22, 2023 · The script works flawlessly, however only for the first person that joins the game, for every player afterwards they will get the default values and it wont update them like it …

  8. How to create and join a private server in-game roblox?

    Nov 27, 2020 · So for example, In the game Piggy, there is build mode, where it creates and teleports you to the server... Can this be in a screen gui button and also in server-side script?

  9. roblox - How can you load the player character when they join?

    Nov 30, 2021 · 3 I want to make a Roblox game with multiple scenes that you can load your character into. The problem with this is that I cannot find any way to do this.

  10. lua - ROBLOX Studio: How do you script a part that assigns you to …

    Apr 19, 2021 · ROBLOX Studio: How do you script a part that assigns you to a team when you click on it? Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 2k times