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

SavePlaceAsync() "Get Symbolic Link Error"?

Asked by 5 years ago
Edited 5 years ago

I'm getting this error and I don't know what's causing it.

So my name teleports user to a new game, where they can build in singleplayer. When the game tries to save using this script, I get that error.

wait(5)
game:GetService("AssetService"):SavePlaceAsync()

I have the template API thing enabled, and I also have HttpService enabled. I use this script to create the new game.

local GameId
wait(5)
GameId = game:GetService("AssetService"):CreatePlaceAsync("New_Game", 2606887142, "Server_Test")
game:GetService("TeleportService"):Teleport(id, game.Players.Chaddaking)

The script above has no errors, but the first script in this thread throws an error.

0
ive been searching for a solution since i dont know this stuff very well, but "Authorization has been denied for this request" appears to be related to the database you are saving it to? fanofpixels 718 — 5y

1 answer

Log in to vote
0
Answered by
Amiaa16 3227 Moderation Voter Community Moderator
5 years ago

Don't worry about this error, it means nothing. I've been getting it too, yet my place saves fine. If the error aborts your script, just pcall it and you should be alright.

0
How can I use pcall for this? Chaddaking 60 — 5y
Ad

Answer this question