Advertisement
Upscalefanatic3

Model Injector Script

Oct 19th, 2016
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. asset = 279357722--Insert The AssetId Of The Model Here
  2. model = game:GetService("InsertService"):LoadAsset(asset)
  3. model.Parent = game.DirectoryYouWantItToBeIn
  4. model:MakeJoints()
  5. model.Name = "InsertedModel"..asset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement