So, when you type ‘/console’ in any game the developer console opens. But I was wondering how to make something print for all players (server) like in Bee Swarm Simulator . Please let me know!!
1 Like
BTW this is so that players can check server version
game.PlaceVersion
1 Like
You can just print it through a local script that runs when they join.
print(game.PlaceVersion)
3 Likes
How did I not think of this lol
1 Like