Thank you Exalted!
Do you have an tag system script like miltary games have where they use :auth and it gives a vistor tag etc.
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
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!
How do I make it so that when a person is in a specific group, their username is set to ā[CLASSIFIED]ā? Thanks!
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.
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
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.
If this is a community resource, it means itās free without crediting etc. ****
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.
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
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.
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??
Could you tell me where that script goes within the leaderboard script?