I’m honestly very confused. I’m trying to do an infinity deflect between two Genjis and it isn’t spawning the Genji on team 1. it happened in a few other game modes I did too. I did set the teams so that isn’t it. Any guidance would be helpful.
I have a few ideas. Someone probably has more, but I’ll try. Is it a problem with the slots? Are you on team 1/Slot1 so the bot can’t spawn because you are in its place? Try changing the slot of The team 1 Genji to like 2 or 3 maybe.
Is the game crashing? If it is, you may be doing something improperly where the server is being overloaded. Like if it spawns based on a loop command.
If not, are the spawn value not possible? For example, incorrect coordinates, incorrect or non-spawnable locations. How complex is its spawn? Does it use different variables or complex equations? Those could be incorrectly run and it won’t spawn because the values won’t work.
Those are the things that come to mind. Someone might have another suggestion if those aren’t the problem.
It isnt being overloaded and its just a simple vertex thing for the spawn so. Its just the one that did spawn but flipped
I edited it and added another one at the top. Is that the problem? If team 2 is working, than more likely than not the slot is the problem probably.
The slot is -1, so iim not sure why
Try to change it to 2 or 3 maybe, see if that works. Unless you need those. But based on the given situation, I would think that it has something to do with the you being on team 1. Which makes me think it’s based on the slots.
im on team 2 not team 1
Oh, I made a code that matches your description and it works. The last thing I would guess is what they’re facing. It’s an infinite reflect right so are they facing each other. Did you set the code so they are facing a vector or the other bot?
i set it to a bot that their facing
That might be it. There positions are always the same, right? Try facing it to the specific position the other bot spawns at, not the actual bot.
Edit: I originally worded it weirdly, don’t use “vector of…” or “position of” incase that’s what you did. Make them face the coordinates the other bots spawn.
Hmmmm, making them face a vector doesn’t seem to work. They both spawn and the first bot it looking in the right direction, but the second bot is facing the incorrect way. I wonder if it’s a glitch. I’ll keep trying different things
Im not sure what the issue was but its working now. thanks for the help