Advertisement
tyridge77

Untitled

Jul 8th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local assetId = 267415936
  2. local instance = game:GetService("InsertService"):LoadAsset(assetId)
  3. if instance then
  4. local model = game:GetService("InsertService"):Insert(instance);
  5. local sheep = model.Sheep;
  6. sheep.Parent = Workspace;
  7. sheep:MakeJoints();
  8. sheep:MoveTo(Vector3.new(0,5,0))
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement