Advertisement
Guest User

Duck script

a guest
Apr 30th, 2017
1,120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local part = Instance.new("Part")
  2. part.Anchored = true
  3. part.Name = "Duck"
  4. part.Parent = workspace
  5. part.Size = Vector3.new(5,5,5)
  6.  
  7. local mesh = Instance.new("SpecialMesh")
  8. mesh.Parent = workspace.Duck
  9. mesh.MeshId = "rbxassetid://104502999"
  10. mesh.Scale = Vector3.new(5,5,5)
  11. mesh.TextureId = "rbxassetid://104503246"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement