Make a code for roblox that makes everyone in the game chat something in Roblox
# Roblox # https://www.roblox.com/users/437917810/profile # https://www.roblox.com/games/277153386/Welcome-to-Roblox def allsay(msg): return print("game.Players.LocalPlayer.Character.Head.Chat:Chat(" + msg + ")") allsay("Hello, Roblox!")