RealGoodDan

Generation

generate functionWed, 26 Jul 2023

Make a code for roblox that makes everyone in the game chat something in Roblox

//I dont use rust, I guess this is how it's done function do(people, message) { //people is a list of players people.forEach(player => { player.WriteMessage(message) }) }

Want to kickstart your project?Use the new AI Studio to create your code