of     1   

HalfPinky456
#183610599Sunday, February 14, 2016 8:22 PM GMT

i need some help with this for a game i'm making with some friends.
Solarical
#183611040Sunday, February 14, 2016 8:28 PM GMT

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~')
Haggie125
#183612034Sunday, February 14, 2016 8:48 PM GMT

Most people just use a free model admin script since they're kinda big
Agluk15
#183612093Sunday, February 14, 2016 8:49 PM GMT

Yes, of course there are ways.
HalfPinky456
#184053752Sunday, February 21, 2016 4:21 AM GMT

how would you make it detect which player?
Solarical
#184065560Sunday, February 21, 2016 9:05 AM GMT

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
HalfPinky456
#184085599Sunday, February 21, 2016 6:10 PM GMT

alright, thank you!
HalfPinky456
#184447563Sunday, February 28, 2016 3:04 AM GMT

it would help if anybody could expand on this
Charentais
#184447781Sunday, February 28, 2016 3:07 AM GMT

HalfPinky456
#184523037Monday, February 29, 2016 4:07 AM GMT

the wiki is super vague

    of     1