View difference between Paste ID: DB501pSf and GiiWB6n8
SHOW: | | - or go back to the newest paste.
1-
local ID = 1868091980 --Change this to the model ID
1+
local ID = 318987527 --Change this to the model ID
2
local InsertService = game:GetService("InsertService") --Get the service
3
4
local Model = InsertService:LoadAsset(ID) --Insert the model
5
local NewModel = Model:GetChildren()[1] --Find your model
6
7
NewModel.Parent = workspace --Put it into the game
8
Model:Destroy() --Destroy the container model