Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- InsertService = game:GetService("InsertService")
- crits = {
- 2234704844,
- 2216209626,
- 2216208755,
- 2201823188,
- 2218924272,
- 2183865717,
- 2180724963,
- 2168735039,
- 2161917439,
- 2161193659}
- for i,v in pairs(crits)do
- local success, model = pcall(function ()
- return InsertService:LoadAsset(crits[i])
- end)
- if success then
- print(tostring(i).." Model loaded!")
- model.Parent = workspace
- else
- print(tostring(i).." Model failed to load: "..model)
- end
- wait(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement