I’m trying to use InsertService and LoadAsset. It works when I go play Solo, but when I load a game it errors in the client console saying: ‘InsertService cannot be used to load assets from the client’
But upon further research, the wiki says LoadAsset can be called from a Script or LocalScript. What would be the best way to work around this and still load an asset from the client?
Problem with that though is I’m trying to make the parent of the asset a dummy that’s stored in CurrentCamera (which can only be used in LocalScripts :/)