Product: exe | Most Stunning Admin Panel Yet

Why would you use that? A normal while loop works fine. Plus workspace.DistributedGameTime is for seeing how long the server has been up for.
Source: Docs

Is it possible to kick, ban, and notify players on different servers? I haven’t been able to figure it out.

To add onto this, are global announcements a thing? If not, this is a suggestion.

Possible. All you need to do is add functionality with Cross-Server Messaging

1 Like

It’s possible to ban players on different servers as it uses my BanManager.

Just wondering, is there ever going to be a command bar where we can minimize and rescale it?

Exactly. Server uptime. Using while loops for this is not needed and takes up unnecessary resources. Hope this helped! :slight_smile: :smiling_face_with_three_hearts:

1 Like

Everything takes up resources. Hope this helped :yawning_face:

does this will affect the game perfomance?

Is there a library (maybe github) where people can add there custom commands and share them with others? Because I really miss the :pm all function when doing trainings or whatsoever… Amazing work btw and I am verry happy with using it!

yeah kind of disappointed there is not a github, would love to contribute

You should learn to read. Unneccessary resources**

yes like poobellys said, you should use workspace.DistributedGameTime over doing an unneccessary loop.