function ChattedAdmin(msg,chatter)
--Code here, make sure to add if chatter[Table.Name] then --More Code else .. end
game.Players.ChildAdded:connect(function(chatter)
chatter.Chatted:connect(function(msg) end)
end)
#code print('~Developer~')
Well, use a target GUI, for beginner admin. Such as a GUI in the bottom right corner. You say a name, and if it finds a child of players named that name, then it will target that player.
#code if Developer == true then print('Developer') end