-
What do you want to achieve?
I have HD admin installed and would like to shut down all cross-server communication
either for HD admin or the entire server -
What is the issue?
Hd admin has commands that go cross-server like GlobalVote.
I would like to disable the communication between servers. -
What solutions have you tried so far?
making the commands a higher rank, yet commands like ban still go cross-server
trying to disable cross-server communication (failed to do it)
1 Like
Could you please post the code you’re trying to disable? And your attempts?
(P.S., Are you trying to create a Server Ban system?)
1 Like
the code is :
https://developer.roblox.com/en-us/api-reference/class/MessagingService
this is the function I am trying to turn off
my attempts are :
(in the setupFolder)
Setup.SetCommandRankByName = {
--["jump"] = "VIP";
["globalAnnouncement"] = 5;
["globalVote"] = 5;
["globalAlert"] = 5;
};
– does nothing about bans in HD
searching to disable Messaging service in-game(yet no prevail)
-searching for the HD script that receives and sends the messages.
adjusting these scripts will disable the update feature of HD
(P.S., no I am trying to remove the Global ban system from HD)
1 Like