Nope that script doesn’t work it doesn’t count down nor it shows gui
It does work for me tho.
You might need to do a little adjustment .
Nah im too lazy i will keep the old script
Sure, keep what works for you.
But use this -
player.Character:PivotTo(game.Workspace.Part.CFrame)
to teleport you.
Plus, make sure to have any debounce to prevent from it teleport you constantly.
This a total invalid way for making a round system, no one would start the timer each second, you should make a remote event, and once it gets fired, you need to do the timer
Now your doing the loop every second, thats makes no sense, even if you made it correct, that’s not gonna work as your requirement
I believe he’s doing that like that to test some stuff before diving into the real thing.
ok i will also do that too and some more adjustments
Maybe
But even though he is doing to test some stutf, it wont work, also you won’t run a timer each second tho
I don’t know how to work with remote events im still very new to scripting
There are many tutorials on it, even on youtube. You can always try to check them out
But the principle is:
-Have a timer value inside replicated.
-Have a script on server side, do the countdown from there.
-Update the gui using .Changed
event on the value.
-Use remotes when needed
Yea i will check many tutorials
You should never do global stuff (all players see the same stuff) like round system on the client, you should try remote events before trying, this won’t work

even on youtube
Yes but never watch alvin blox tutorials, his videos are misleading and terrible
I’ll soon release a basic round system kit, but until then -
Try this tutorial:
If you’re not going to use the timer on the client, I HIGHLY suggest putting the timer value inside server storage
i used to have a round system script and local script that worked flawlessly but i tested it with 2 players and it got extremely glitchy i got these scripts from a youtube tutorial
Try out the series I suggested above, hopefully it helps.
ok i will watch the whole series