So in my game, I want the players to start falling down a hole while they all load. I have the cave models but I don’t know to make them repeat after I tween them until all players load. I have no idea how to even begin this so I looked this up but I didn’t see anything on this topic.
I just need to know how to make these repeat after I tween them:
Try to have the hole mesh repeat itself when the player that’s closest to the bottom gets close to the end of the hole, or when they’re halfway into the hole. I’d go about doing magnitude checks and using the longest side (the side where the hole is) and use that to determine when to clone another hole mesh.
Touched have inconsistent behaviour, so better will be using loops like while, which will check altitude of player, and if it lower than X, then teleport player by N studs higher.