Advertisement
raymurt

Untitled

May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local ID = 1347164790 --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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement