I dont have any scripts and when I use print(game.Name) all it does is print "Place2" even though its like my 201st place. I just need a little script to make this work.
local name = game.Name local id = game.GameId print("https://www.roblox.com/games/"..id.."/"..name)
the game
global variable has two properties that pertain to its name, the .Name
and .GameId
You can get the link to the game if you wanted using the above code
If the game has multiple Places, you can also use the .PlaceId
Property in a similar fashion