How to have a player be able to set settings for that server

  1. What do you want to achieve? Keep it simple and clear!

How do I make a Player have the power to configure settings in that server temporarily like being able to have the server close or kick people but I have to allow it.

  1. What is the issue? Include screenshots / videos if possible!

I can figure out how to do it and I’ve tried very hard.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I tried going on the internet to search it up for like 4 hours and haven’t found anything I was looking for. And I have tried figuring it out by looking at other posts and still nothing. Any responses would be great!

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

2 Likes

…You script it?

You could have a gui with buttons for these actions, and bind functions for when they’re clicked on.

You can use Players:GetPlayers() to get every player in the game. You can then loop through this table to kick everyone if you want to shut down the server.

4 Likes

Thank you so much yes this has fixed the problem thanks again!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.