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

GetFreeModels (InsertService) [closed]

Asked by 10 years ago
game:GetService("InsertService"):GetFreeModels(42040828).Parent = Workspace

Whats the problem? :[

Locked by JesseSong

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

2 answers

Log in to vote
3
Answered by
jobro13 980 Moderation Voter
10 years ago

:GetFreeModels()is a member of InsertService, but that will return a table - it basically is a search request. The method you intend to use is:LoadAsset()

game:GetService("InsertService"):LoadAsset(42040828).Parent = Workspace
Ad
Log in to vote
-1
Answered by 10 years ago

When answering, if your answer does not fully solve the question, it should be written as a comment to the question instead of as an answer.

You also can only Insert stuff you have in your own Models & stuff created by ROBLOX, if I'm not mistaken.