Advertisement
Silver_cole

But hey thats okay

Aug 4th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement