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

CreatePlaceAsync is giving me TemplatePlaceCannotBeCopied error, why?

Asked by 3 years ago
Edited 3 years ago

I've turned on allow copying for both of the place, I've enabled everything in settings, I've tried in roblox instead of roblox studio.

My Code:

game.ReplicatedStorage.RemoteEvent.OnServerEvent:Connect(function(plr)
    print(plr.Name)
    local placeid = game:GetService("AssetService"):CreatePlaceAsync("room2", 7275384991)
    game:GetService("TeleportService"):Teleport(placeid, plr)
    print('test')
end)
0
send screenshots of the error code, and where the items are placed. JesseSong 3916 — 3y

Answer this question