Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

CreatePlaceAsync Description Not Working?

Asked by 9 years ago

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

0
Please Code Block! woodengop 1134 — 9y
0
Can you include the entire function, and put it in a Lua code block? Can you also link to an example Place created by this code? adark 5487 — 9y

1 answer

Log in to vote
-1
Answered by 9 years ago

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
Ad

Answer this question