Rthro character possibly messing up teleport

Hi coders!

In my game, once the between-round intermission is over, you get teleported to certain points in the selected map.

Usually this works,
But tonight, i was playing with a player who joined (had an rthro character) and it didnt work.

We tried:
Resetting our characters and going through intermission again
Leaving and rejoining the game

I tried multiple tests alone using server tests in studio and testing my game on the roblox website.

Both times it worked fine.

I have no errors in my output, and my code has worked for 2+ years.

My only solution is that its because of the other players rthro character.

Any solutions?
Thanks a bundle!

Yes, there is a known issue with teleporting while wearing Rthro.
If this is a problem for you, you can disable Rthro characters with the Roblox.Rthro.SetEnabled(bool) method.