Hey there. In the project I’m working on, I have a mechanic where the player can teleport to a separate “dimension.” This is done by creating a copy of the map 1000 studs away and translating the HRP’s X position by 1000 studs. It looks and works great on the client’s screen, but to other players, you can see them flying across the map.
Setting the character’s position through the server seemingly fixes the visual bug, but it makes the teleport for the client very choppy. Another thing I tried doing is changing the player’s transparency for all other players when teleporting - this didn’t work either though since the “flying” visual takes a long time to complete. I’m aware I could scrap the idea of having two separate maps and set up a system with character collisions and transparency, but I think it would prove to be a pain as I add more features. Any ideas are appreciated