So I’ve currently not got anything to show with scripts, not at the moment anyway, I’m familiar with tweening and pausing, etc. But how would I go about doing this:
Player(s) interacts with a part/object and the loading bar that is a tween which is basically a progression bar (GUI) shows up.
If a player(s) was to move away from said part/object, the progression bar (GUI) isn’t visible and it pauses at the moment the player leaves.
This is very much easy in my head when it comes to doing all of this client sided, however, because I want the actual loading bar progression to be fully server sided so it shows the same amount of progress for everyone on the server, it’s becoming more confusing for me to try and think how I would go about PAUSING it, and RESUMING the tween server-sided. Has anyone done anything similar, or know of a way? I’ve tried searching it up before I go about writing anything up, but there’s nothing really about it.