Teleport service doesn't work and crashes my roblox client, what should I do?

So I have a game for a small friend group that goes by the name “Fridge Squad.” Recently, I’ve been trying to link 2 games together by using a teleport that takes you into the game.
When I try to use it, it makes my roblox client crash and it says that it has stopped responding. What should I do? (Yes I set the game to private because it is still a work in progress.)

Maybe try a debounce; it’s possible the issue arises because the touch event is firing multiple times and it keeps teleporting the player again and again. I’ve never used TPService so take this reply with a grain of salt : /

1 Like

Okay! Maybe I’ll make it so that the teleport part disappears locally so the teleport won’t happen again for the person getting teleported.