why won't the description show for the new place?
--placeid is stated function matchup(plr1,plr2) --plr1,plr2 are both strings local placeid = game:GetService("AssetService"):CreatePlaceAsync("Matchup #1",placeid,plr1.." vs "..plr2) --teleport em there blah blah end
Putting it in a code block so it looks neat for anyone who wants to answer...
--placeid is stated function matchup(plr1,plr2) --plr1,plr2 are both strings local placeid = game:GetService("AssetService"):CreatePlaceAsync("Matchup #1",placeid,plr1.." vs "..plr2) --teleport em there blah blah end