Advertisement
Migas3456

model inserter(not made by me)

Feb 16th, 2018
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --[[
  2. http://www.roblox.com/...-item?id=12345678<--These Numbers Are The Asset Id
  3.  
  4. The Model Has To Be Public Domain For This To Work
  5.  
  6. Please Dont Say You Made This Script It Was Made By Jturnism
  7.  
  8. ]]--
  9. asset = 00000000--Insert The AssetId Of The Model Here
  10. model = game:GetService("InsertService"):LoadAsset(asset)
  11. model.Parent = game.DirectoryYouWantItToBeIn
  12. model:MakeJoints()
  13. model.Name = "InsertedModel"..asset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement