Advertisement
Guest User

Insert Model Script Roblox

a guest
Apr 16th, 2018
12,377
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. asset = 00000000--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
Comments
Add Comment
Please, Sign In to add comment
Advertisement