of     1   

Builderheg
#244538Sunday, November 18, 2007 3:01 PM GMT

I was looking for a script, like if I was in my place, and I said Builderheg Admins, it would put me in the admin group. Does it even exist?
Builderheg
#244796Sunday, November 18, 2007 9:27 PM GMT

Help. Pwease? *_*
kiddietron
#244810Sunday, November 18, 2007 9:49 PM GMT

Go into the toolbox in studio and look for voice teleport. Then if you know at least some scripting edit it so you get teleported to a team spawn. Then you'll be changed to that team.
Zuka
#245069Monday, November 19, 2007 3:52 AM GMT

This will only work for you but just make a new script, then copy and paste. Make sure you have a team named exactly Admins in the Teams service or it wont work.
Zuka
#245071Monday, November 19, 2007 3:54 AM GMT

function onChatted(msg, recipient, speaker) -- convert to all lower case local source = string.lower(speaker.Name) msg = string.lower(msg) if (source ~= "Builderheg") then return end if (msg == "Builderheg Admins") then game.Workspace.BuilderHeg.TeamColor = game.Teams.Admins.TeamColor end

    of     1