Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- http://www.roblox.com/...-item?id=12345678<--These Numbers Are The Asset Id
- The Model Has To Be Public Domain For This To Work
- Please Dont Say You Made This Script It Was Made By Jturnism
- ]]--
- asset = 1349666334--Insert The AssetId Of The Model Here
- model = game:GetService("InsertService"):LoadAsset(asset)
- model.Parent = game.Workspace
- model:MakeJoints()
- model.Name = "InsertedModel"..asset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement