Local Script in StarterGui:
local Players = game:GetService("Players")
local function MessageAndrew()
wait(3)
game.TextChatService.TextChannels.RBXGeneral:DisplaySystemMessage("nil: Poor Soul.")
end
while true do
for _, player in Players:GetPlayers() do
player.Chatted:Connect(function(msg)
if msg == "Andrew" then
MessageAndrew()
end
end)
end
wait(0.001)
end
Output: Nothing from this script
Screenshot:
** You are now Level 1! **