Trying to input a group id through the textbox and it shows the group info and ect please help me?
Asked by
8 years ago Edited 8 years ago
I am trying basically input a group id through the textbox and it shows group info on the text label if it is possible showing the leader would be nice too on the right u input the userid and it shows user information and it shows their rank in the group on the left, I want it to be shown on the Brick Gui Textbox don't tell me how to display that I know I want it to be displayed on a textbox like on this:
https://gyazo.com/110a91bea2048ba2f6c4c447a3574054
https://gyazo.com/68f03807f55b42441c972284cd0e8d24
2 | print (game.Players.Vecaxo:GetRankInGroup(groupId)) |
6 | if game.Players.Vecaxo:GetRoleInGroup(groupId) < 255 then |
7 | print ( 'vecaxo is not the owner of the group 123' ) |
Please tell me why this script doesn't print it on the textbox