Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ID = 318987527 --Change this to the model ID
- local InsertService = game:GetService("InsertService") --Get the service
- local Model = InsertService:LoadAsset(ID) --Insert the model
- local NewModel = Model:GetChildren()[1] --Find your model
- NewModel.Parent = workspace --Put it into the game
- Model:Destroy() --Destroy the container model
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement