Kohl's Admin [Beta] - Embrace creativity, not chaos

Hey I have a question!

How do I disable the pop up on the bottom right when someone joins, AND the button on the top of the screen?

I will be putting credits for Kohl’s admin in game so don’t worry.

1 Like

I mean like running the Kohl’s command from the custom command I made, and counting the votes from it.

1 Like

You can use the Settings ModuleScript in Roblox Studio to set the dashboardButtonRank and joinNotificationRank settings to false, disabling them entirely, or you can set them to a number to restrict them to a higher rank.

3 Likes

Refer to the vote command implementation to use the same context._K.Remote.Vote RemoteFunction in your custom command to count the votes.

However if you just want to run another command function from a command you can reference the command run function via context._K.Registry.commands.vote.run for example.

4 Likes

How come this admin system doesnt have any ;warn command

1 Like

Create a feature request on the GitHub and I’ll look into introducing warnings. My intention is to make sure I have the same functionality as the previous admin before I focus on adding new features.

2 Likes