About 60,600 results
Open links in new tab
  1. How to set player's spawn point - Scripting Support - Roblox

    Jul 23, 2024 · I’m making an obby and I need to change a players spawn point but every time I join it just puts my character at a random spawn point. If anybody could help with this that …

  2. Setting specific spawn locations - Scripting Support - Roblox

    Dec 14, 2024 · i wanna make it so when the player joins from a place they get a specific spawn location, the only problem i have is making the spawn location different, otherwise the script …

  3. How do you change the default spawn point using a script

    Apr 17, 2019 · The title says it all. How do I change the default spawn point WITHOUT inserting a spawn location?

  4. Need help how to set player spawn point when touch a part

    Mar 28, 2022 · Assuming this is an obby and what you mean by “rejoining”, you could do the following: Place parts where you want the player to spawn in a folder or something like that. …

  5. Roblox Spawn Point Original image missing?

    Sep 21, 2024 · I’ve been trying to find the original asset for the roblox spawn point, but it seems to not just exist. If you tried to find it before, you would know it shows up as …

  6. How to make players spawn at a specific spawn point when first

    Aug 12, 2020 · I keep having trouble with making players spawn at a specific spawn point when first joining the game, and also respawn at the same spawn point when dying or resetting. My …

  7. How do i make random spawn points? - DevForum | Roblox

    Aug 28, 2020 · I want a random spawn system but how would i do this? also please be aware i am fairly new to scripting.

  8. Custom Spawnpoint - Scripting Support - Developer Forum | Roblox

    May 4, 2023 · I want the player to be able to spawn at certain locations, based on their leaderstat data. The method I have always relied on is player.CharacterAdded:Connect(function(charV) …

  9. Spawnpoint Direction Checker Plugin - Roblox

    Jan 6, 2024 · Spawnpoint Direction Checker Plugin This plugin creates a decal on all spawnpoints in your game showing which direction the player will spawn allowing you to easily place …

  10. Spawn Point With A Script - Scripting Support - Roblox

    Apr 30, 2021 · So I’m trying to make a spawn point with a script without using parts or spawn models. This is where I’m at: –Locals– local player = game:GetService (‘Players’) –Spawn– …