[HELP] Not spawning at spawnLocation

Hi, I was making a new spawn area for my map when I went to test it I didn’t spawn at the correct place.
So i deleted the SpawnPoints and added them to the map, still it wouldn’t spawn me at the correct place.
So I checked where the place i was spawning at for a SpawnPoint and I couldn’t find a SpawnPoint. I don’t understand whats going on, Can anyone help me or give me a suggestion.
Here an image showing whats going on
Black squares = spawnpoints
my username/figure = where im spawning

Select me for the image

Thanks!

3 Likes
  • Are you clicking testing here instead of Play Test?
  • Are they any teams? if yes are the spawns set to the team correctly.
  • Are they nutural spawns?
1 Like

nutural spawns because my game is not a team game

Can you send a screenshot of the spawns properties?

Are you sure you’re not accidentally clicking “play here” instead of “play”? Have you also tried this outside of studio?

Where did you get the spawns from?

You may have a plugin or a script making your character spawn there. Make sure to check any plugins you have enabled.

4 Likes

These properties are only the part not the spawn and as @coneylove133 said and myself in my first post there a lot of test modes: “Play Here” and “Play”

local availablePlayers = game.Players.LocalPlayer
local function teleportPlayers(availablePlayers,Spawns) – put all spawns as a file and name it spawns
for _, plr in pairs(availablePlayers) do
if plr.Character then
if plr.Character:FindFirstChild(“HumanoidRootPart”) then
plr.Character.HumanoidRootPart.CFrame = Spawns[math.random(1,#Spawns)].CFrame + Vector3.new(0,5,0)
end
end
end
end

teleportPlayers(availablePlayers,Baseplate.Spawns:GetChildren())

Im clicking “Play” not “play here” and i got the spawns from the model section

Check if this helps. :smiley:.

Ok trying it now, hope it works

You should insert a Spawn from the “Model” tab at the top of Roblox Studio

I have done that and still no luck

you can’t just copy paste you need to customize it as your own

Thank you!, it turns out it was a script I had that allows R6 to be used in my map that was causing troubles.

1 Like

Ignore this, message was typed before your next response but sent afte.r

It was a script for R6 that was causing the problems so I deleted it, now it works :grin:

How do i close this Topic? :joy: (i don’t know)

You’re welcome! I’m glad I could help! :slightly_smiling_face:

You don’t have to close a topic, but if you want to, you may ask a staff member to close your post.

1 Like

Just put this topic has a solution.