it is
You deleted the error messageā¦
it was the wrong one there appears to be no error it is just showing this
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
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
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!
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
its still saying unknown global
Alright add me in discord so you can screenshare.
MyCord: QufioixDev#7705