Author Topic: TIME ONLY MOVES WHEN ONE GUY MOVES  (Read 2841 times)

This request is for some code similar to Amade's (I think it's theirs) SUPERHOT script, but it works with multiplayer and can be assigned to a one-person Slayer team.

No, it will not work. You also can't stop time in this game.

No, it will not work. You also can't stop time in this game.
Wouldn't you
1. check if player is on team
2. track if that player's velocity in any direction is a non-zero number until gamemode reset
3. if so, timescale 0.2
4. if not so, timescale 1

Wouldn't you
1. check if player is on team
2. track if that player's velocity in any direction is a non-zero number until gamemode reset
3. if so, timescale 0.2
4. if not so, timescale 1
That would work. If you are playing singleplayer.

That would work. If you are playing singleplayer.
so uh why not in multiplayer checking if the player is on a slayer team before moving to timeslow step?

so uh why not in multiplayer checking if the player is on a slayer team before moving to timeslow step?
So basically only 1 person is able to slow down time?

So basically only 1 person is able to slow down time?
yes that's the entire premise

yes that's the entire premise
except its not multiplayer because it doesnt make sense

yes that's the entire premise
Nobody will want to play this other than the controller.

look man im just stating the facts


Hang on guys, afk.
If you're making it, thanks.
If you're just announcing you're going AFK on the forums, what?

If you're making it, thanks.
If you're just announcing you're going AFK on the forums, what?

KEK. hes saying that the time stopper guy will go afk and people will just leave

KEK. hes saying that the time stopper guy will go afk and people will just leave
anti-afk prevention system? people go afk on bossbattles too

anti-afk prevention system? people go afk on bossbattles too
The guy could just use turnRight(1); and move out of the anti-afk area
There's no better way to detect afk

If there's only 1 controller while everyone else is playing against him (if there's more than 1 controller it'll be chaos, so I'm not saying there should be more), I don't think anyone wants to play after a minute of the game. It's better to have AIs. They may be stupid but it's better to do this.