Group rank script

image it is

You deleted the error messageā€¦

it was the wrong one there appears to be no error it is just showing this image

Iā€™ve noticed that the issue seems to still be persisting, how about instead giving the player the team instance?

local GroupId = 9423809
local MinimalRank = 200 
local Dev = game:GetService("Teams"):WaitForChild("Dev") -- get the actual Team Instance

game:GetService("Players").PlayerAdded:Connect(function(Player)
	if Player:GetRankInGroup(GroupId) >= MinimalRank then
		Player.Team = Dev -- set the team instead of the color
	else
        print("Player is not a dev")
	end
end)

Make sure the ā€œDevā€ team object is parented to the Team Service

ok ill try out this one now :slight_smile:

image urrm

Restart studio, thatā€™s an issue with the engine

@justhatsav Fix the letters in the script I made lol like the ā€œbrickcolor.newā€ part.

right this is odd its making me a dev when i join but when i click the gui it wont respond

Did the output show any errors?

non thatā€™s the strange part :thinking:

Try testing it in-game and see if it doesnā€™t work

Thatā€™s weirdā€¦ Iā€™m not in the studio so I just made it randomly out of scratch but I hade a script that changes the team perfectly but itā€™s saved in one of my script saving games I use just in case I need them again.

ok will do! :slight_smile: :+1:

Does it at least put you on the dev team?

nope it does not put me on the devteam

Fix the stuff highlighted under red which means thereā€™s probably a capitalization error. (You can replace plr with player even thought there the same thing)

allright ill change them out now :smiley:

its still saying unknown global

Alright add me in discord so you can screenshare.

MyCord: QufioixDev#7705