Need Help With Custom Commands

I’m trying to create custom commands like ban, kick, announcement, unban, and timer for my Roblox game. I want to make sure only players with specific group roles can use these commands.
I’ve looked at some tutorials but I’m still having trouble figuring out how to script the commands and implement the role restrictions.
Can anyone provide some guidance on how to get started with this? Any tips or code examples would be really helpful!

1 Like

Hi, I’ve recently created an Admin module that will help with ban, unban, getting player’s ID, and checking player’s ban history.

For announcements this article will help.

For a kick command check out this or this articles.

And for the end, I did not understand what timer means, could you explain it to me?

I meant a timer as countdown timer that stops when it reaches zero.

And what purpose should it have as a command?

I want to use a countdown timer to let everyone know when training starts.

Idk about chat command for a countdown but you can use GUI for it and THIS article should help.

Also THIS looks great.

Thank you, I really appreciate it.

No problem, don’t forget to mark the solution

@MRBEGI I appreciate the reminder.

1 Like

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