The thing I’m trying to make is a door that teleports the player to another place(not location but place) when they touch a door
I made the script the way i’ve been told in multiple youtube tutorials and devforum posts, but, once i touch the door, or if i try any other moment of teleporting, at the point of teleporting, roblox just freezes for a minute or two, then crashes(roblox player, i didnt try in studio, i know that that doesnt work), I heard more people had issues with this, how do I make a place teleportation that doesn’t crash roblox?
Yeah, a teleport without debounce could be a problem, basically in just 1 second i can touch the part for like 30 times, and without debounce the script will fire the teleport 30 times.