Portals not randomizingSolved
I have portal A entrance and A exit and i have portal B entrance and B exit. I have set IsOneWay to false and as i understand this if a player enters exit B then they will randomly appear at Entrance A or B - This is not happening, they always end up at Entrance B - Can someone explain what i am doing wrong? Thanks
One "Portal" can consist of multiple "entrances" and "exits".
When you enter an entrance (or an exit, if IsOneWay = false) you are teleported to a random exit of that portal.

So if you want random exits, add multiple exits for one portal (the same name) and it will choose a random one.
So if i stand in the same location of say Exit C and create Exit B then it may go to either?
The name is the important part.
When you create an entrance for portal "A", then that will link to any exits for portal "A".
So then just create as many portal "A" exits as you want, and it will choose one at random.

If you then create an entrance for portal "B", it will use exits available for portal "B".
Thanks for the explanation, i think i got it now - cheers

Merged post

Sorry one more question -  I am placing multiple exits at the same location as a single entrance but it keeps getting me stuck in a loop teleporting, how do i stop it teleporting me while i set up the extrance and exits
I wouldn't place multiple on the same location, unless they're exits of a one-way portal. Otherwise it's going to cause issues like this.
Thanks i figured it out, just put a time delay on teleport allowed for moving, thanks again
Locked automatically