Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- asset = 00000000--Insert The AssetId Of The Model Here
- model = game:GetService("InsertService"):LoadAsset(asset)
- model.Parent = game.DirectoryYouWantItToBeIn
- model:MakeJoints()
- model.Name = "InsertedModel"..asset
Advertisement
Advertisement