So my question is: How can I load something when I just have an asset id? E.g 123 - let's say this is a night sky's asset id, how can I load it to game.Lighting?
I already tried game:GetService("InsertService"):LoadAsset(123).Parent = game:GetService("Lighting")
(I wrote the real asset id instead of 123 (and I found that background in ToolBox)) but I got an error: HTTP 403
Thanks!