About 80,800 results
Open links in new tab
  1. How to make a Join User command! | Tutorial - Roblox

    Jul 1, 2022 · It can be used for in-game moderators to join and find exploiters, players can join friends in a different server, etc… The command takes a specific username, when running the …

  2. How to Make a Join and Leave Message v3 - Roblox

    Oct 23, 2021 · Now we’ll need to make a local script that will make the messages appear when a player joins and leaves in the chat. Insert a Local Script in StarterPlayerScripts. …

  3. How to run a script when a player joins? - DevForum | Roblox

    Jul 5, 2020 · Hello! I know this is a silly question but i need to know the answer. Im trying to make a script run when a player joins and not when the die. Thisis a obby game and i dont want the …

  4. How do I load a custom character onto the player on join ... - Roblox

    Mar 15, 2025 · If there were to be a second player it would do the same, just with the other character (Serene) 2 players cannot have the same model load onto their character, but …

  5. How do I make a command that joins any player? - Roblox

    Nov 9, 2022 · Hey! So I was trying to figure out how moderators would be able to join a hackers game to prove they are hacking because I plan on using external games for the player to join a …

  6. Player Join System - Help and Feedback / Scripting Support - Roblox

    Feb 11, 2021 · I’m absolutely stuck on how to make a player join system, where player A would input player B’s username into a textbox and be teleported to their server. If anyone could …

  7. The correct way to do CharacterAdded and PlayerAdded - Roblox

    Jan 4, 2025 · Race conditions (in this context) are an issue in Roblox where certain code blocks fire out of order or in a random order. You want to set your character’s WalkSpeed to 32 when …

  8. How to make a localscript run when a player joins - Roblox

    Jun 4, 2022 · attempts = 0 end end end) script.Parent.No.MouseButton1Click:Connect(function() script.Parent.Visible = false end) end end) else script.Parent.Parent.Parent.CityGui.Enabled = …

  9. How to make a function when a local player joins - Roblox

    Nov 21, 2022 · Im assuming your script is under a StarterGui which is added to PlayerGui when the player’s character spawns, meaning your code connects the event after the character …

  10. How do i make it so when a certain user like me joins a game a …

    Jun 6, 2023 · Hi there. I’d recommend using the code below as a reference to build upon and adjust to your needs or to integrate it inside of your existing nametags script. The comments in …