So what has happened is "GetObjects" is pending removal, and it no longer works. My question is, how do I insert a model without using for an example below
game:GetObjects("rbxassetid://1064951471")[1].Parent = game.Workspace
(Which does not work.) Is there any way to insert it? Please let me know.
game.InsertService:LoadAsset(1064951471).Parent = game.Workspace