Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

help with my chat system?

Asked by 9 years ago

local Admins = {"bo2master01",""} --Coding-- function(Sort) Game.Players:GetChildren() for (i,v) if Player = (Admins)--I am not righting this in studio what would i put here to link to local admins-- do Gui.ChatMargin.Chat:Clone() Clone() = Text = "[CONSOLE] [ADMIN]" + "Bo2master01"--what do i put there to get the admin that came on-- end end end end

Answer this question