Custom Character For Certain Rank Id S In My Group Scripting Support

Custom Character For Certain Rank Id S In My Group Scripting Support I have a custom starter character, but i am trying to make it so that only certain ranks in my group spawn with the character. i tried using customizecharacter with group ranks but it didn’t work…. Xo is my starter character obviously, but it keeps making every character that starter character so i need help with figuring out how to solve this, please help!.

How To Get Player Rank Id In Group Using Api Scripting Support Hello everyone, this video will show you how to create a script that will automatically give specific rank their tools upon joining the game. more. In this tutorial, we will make a script that will give players a tool based on what rank they are in a group. roblox contains a built in function called 'getrankingroup ()' that we will be using. I haven’t touched custom characters in a while now, but i think what i used to do was just get rid of what the player’s normal character was, clone the character model that you want, and then set the player’s character to be that model. To add a cape, you could insert it into starter character and make it visible through code.

Flexibility And Utility For Custom Groups I haven’t touched custom characters in a while now, but i think what i used to do was just get rid of what the player’s normal character was, clone the character model that you want, and then set the player’s character to be that model. To add a cape, you could insert it into starter character and make it visible through code. Local players = game:getservice ("players") access the players service local groupid = 123456789 replace this with your actual roblox group id more. Yes, it is possible to change a player's rank in the group after they complete an in game task, and you don't need to use webhooks for this. to do this, you'll need to use an instance class called groupservice. I’m working on a military game, and i need help with custom characters. i have an example custom character that i want a player to spawn with if they are a certain rank in a group. Just put it in a normal script and change the variables at the top.
Comments are closed.