(OUTDATED & V2) [RELEASE] Military Core (Overheads, leaderboard)

Thank you Exalted! :slight_smile:

3 Likes

Do you have an tag system script like miltary games have where they use :auth and it gives a vistor tag etc.

4 Likes

Hello! I deeply apologize for the late response. However - this current script does not have a system like this however I am able to script you something like this. DM me on discord if you are still interested in using this:

  • Mr Conflict#1543
2 Likes

Hello im having an issue where as soon as one person joins everyone gets their rank for some reason, iā€™ve set everything up but it for some reason displays [RANK] hard_scripter for everyone, and its really weird!

3 Likes

5 Likes

How do I make it so that when a person is in a specific group, their username is set to ā€œ[CLASSIFIED]ā€? Thanks!

2 Likes

For some reason on the leaderboard it displays everyoneā€™s rank as the max rankā€™s short name. I donā€™t know how or why this is happening.

1 Like

Yeah, I ran into that problem as well. I ended up re-writing a part of the Leaderboard script in order to make it work, a lot messier but good enough for now, I just couldnā€™t seem to be bothered to figure out how the main script worked and what the problem was.

for i,v in pairs(Data.Ranks) do
if plr:GetRankInGroup(Data.GroupID) == 0 then
Rank.Value == "CIV"
elseif plr:GetRankInGroup(Data.GroupID) == 1 then
Rank.Value == "REC"
        end
    end
4 Likes

I feel like people make Military games so Flamingo can go into the game, buy all the gamepasses, and basically troll the rest of the players in the server.

Anyway, this resource looks really good. Iā€™ll be sure to check it out when I can.

2 Likes

If this is a community resource, it means itā€™s free without crediting etc. ****

2 Likes

Couldnā€™t be more false.

The OP has the right to say that and declare that you should give credit to the creator. People post resources here to help people, not to let people claim their work as their own.

If the OP requests that you give credit if you use his model for your game, then you must. You can get permanently suspended from the DevForum for taking other peopleā€™s work and claiming that you created it.

1 Like

thanks for being harsh but someone else said this in another deleted post, and they confirmed heā€™s actually true

However stealing IS not allowed

1 Like

I wasnā€™t being harsh in my reply. I was simply stating my feedback on what you said.

Who are you referring to when you say ā€œsomeone elseā€? Did a Roblox staff say this?

If you want to continue this, lets do this in PMs instead of going off-topic here.

1 Like

Donā€™t mean to sound harsh on the system here but canā€™t you modify the UI and itā€™ll be replicated to other clients since it was given to the client from server?

90% sure thatā€™s how the character replication worksā€¦

For example if I change my name to someone elses name itā€™d replicate to another client due to the UI being placed on my character from server??

2 Likes

Could you tell me where that script goes within the leaderboard script?