Hey! I have many scripts that kick users and sometimes it happens to replace the kick message. How can I make a priority kick message?
Could you consolidate all the scripts whose functionality is to kick into one single ModuleScript? Sounds like implementing D.R.Y principles would really help here.
What do you mean by that? I don’t understand…
You have many places where you’re calling to kick a player, right? And figuring out the correct message to kick them with is hard to trace. Ideally, you’d have only one location in your experiences’ code that would handling kicking of the player, so multiple places don’t attempt to kick someone at the same time.
Yes, that is correct what you have said.