of     1   

yoshi1223
#16015430Thursday, October 29, 2009 10:16 PM GMT

I know theres a script that people use. When you say something your name (the one on top of your ROBLOXian) changes. For example you say whats up? Then that goes on top of your ROBLOXian and your name (to others) changes into what you say. can you help me find it?
Eyin
#16015664Thursday, October 29, 2009 10:22 PM GMT

game.Players.PlayerAdded:connect(function(speaker) speaker.Chatted:connect(function(msg, recipient) pcall(fnction() if string.sub(string.lower(msg), 1,5) == "name" then speaker.Character.Name = string.sub(msg, 6) end end) end) end)
Arioka
#16015681Thursday, October 29, 2009 10:22 PM GMT

It's in the wiki X_X Hey...have I met you?
Eyin
#16015692Thursday, October 29, 2009 10:22 PM GMT

game.Players.PlayerAdded:connect(function(speaker) speaker.Chatted:connect(function(msg, recipient) pcall(function() if string.sub(string.lower(msg), 1,5) == "name" then speaker.Character.Name = string.sub(msg, 6) end end) end) end)
yoshi1223
#16018338Thursday, October 29, 2009 11:15 PM GMT

TITLE FIX Anyways people use it for shelters for updates

    of     1