Issue with strings

Hello, I am currently trying to make an admin nametag but there’s a problem.
For some odd reason whenever I add a string for some reason roblox does not know it’s a string and just leaves it black, not sure if this is just for me though.

RobloxStudioBeta_2NiTNPiyh7
RobloxStudioBeta_9ZwmKQY170

I have tried to copy and paste the text into a new script but this doesn’t seem to work either.

If someone can help me out, it would be much appreciated.

game.Players.PlayerAdded:Connect(function(player) 
	player.CharacterAdded:Connect(function(char)
		if player:IsInGroup(6200393) then 
			local AdminTag = Instance.new("BillboardGui")
		end
	end)
end)

  

Just made a new world, same problem.
RobloxStudioBeta_jG6dAfGYsn

bruh this is happening too me too, just opened studio after waking up to work on my map and that was there its getting me confused

i think its a glitch since roblox was doing maintenance yesterday soo i guess we need to wait until they fixed it

but im not surprised since roblox studio is the brokienst engine in the entire world, with more than 478+ unsolved errors

2 Likes