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

How to insert an object without using "Get Objects"?

Asked by 6 years ago

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.

1 answer

Log in to vote
0
Answered by 6 years ago
game.InsertService:LoadAsset(1064951471).Parent = game.Workspace
Ad

Answer this question