I want these things to be said in the chat as a server message, I put many duplicates then 1 that is not duplicated to make there be a low chance of the easter egg being messaged.
For some reason it won’t work.
local function chat(message)
game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = message, Colour = Color3.fromRGB(7, 160, 255), Font = Enum.Font.SourceSansBold} )
end
local messages = {"Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like.","Server: hi despacito i am bored"}
--{"Hint: Press 'Open Shop' to open the shop and get more guns for in game money.","Hint: There is a admin gamepass for 800 robux!","Server: Enjoying the game? Please give a like."}
while true do
wait(math.random(5,10))
chat(messages[math.random(1, #messages)])
end