Advertisement
Animescapetower

lol

Jan 23rd, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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 = 1349666334--Insert The AssetId Of The Model Here
  10. model = game:GetService("InsertService"):LoadAsset(asset)
  11. model.Parent = game.Workspace
  12. model:MakeJoints()
  13. model.Name = "InsertedModel"..asset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement